Update readability.py

Fixed logging namespace
pull/73/head
Yuri Baburov 9 years ago
parent 398f6ad748
commit c0d794fdd8

@ -20,7 +20,7 @@ from .compat import str_
from .debug import describe, text_content
log = logging.getLogger()
log = logging.getLogger("readability.readability")
REGEXES = {
'unlikelyCandidatesRe': re.compile('combx|comment|community|disqus|extra|foot|header|menu|remark|rss|shoutbox|sidebar|sponsor|ad-break|agegate|pagination|pager|popup|tweet|twitter', re.I),

Loading…
Cancel
Save