mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/adrianf0/calibre
This commit is contained in:
commit
7cb5118aba
@ -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'}))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user