mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 08:36:25 +01:00
Merge branch 'master' of https://github.com/adrianf0/calibre
This commit is contained in:
commit
7cb5118aba
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue