This commit is contained in:
Kovid Goyal 2018-08-21 07:24:03 +05:30
commit 7cb5118aba
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -30,7 +30,7 @@ class AntywebRecipe(BasicNewsRecipe):
keep_only_tags = []
keep_only_tags.append(dict(name='h1'))
keep_only_tags.append(dict(name='article', attrs={'class': 'article'}))
keep_only_tags.append(dict(name='section', attrs={'class': 'article'}))
remove_tags = []
remove_tags.append(dict(name='div', attrs={'class': 'ac-footer group'}))