readabilite: add author/about to black list

master
pictuga 2017-03-24 22:02:41 -10:00
parent 4aa25bf3d8
commit 3ca6ed5bb0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ regex_bad = re.compile('|'.join(['robots-nocontent', 'combx', 'comment',
'pager', 'popup', 'tweet', 'twitter', 'com-', 'sharing', 'share', 'social',
'contact', 'footnote', 'masthead', 'media', 'meta', 'outbrain', 'promo',
'related', 'scroll', 'shoutbox', 'shopping', 'tags',
'tool', 'widget', 'hide']), re.I)
'tool', 'widget', 'hide', 'author', 'about']), re.I)
regex_good = re.compile('|'.join(['and', 'article', 'body', 'column',
'main', 'shadow', 'content', 'entry', 'hentry', 'main', 'page',