mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 17:52:34 -04:00
Fix antyweb recipe.
This commit is contained in:
@@ -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'}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user