mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 04:35:35 +01:00
...
This commit is contained in:
parent
839c14b46e
commit
80c5dd6ac3
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class TheIndependentNew(BasicNewsRecipe):
|
|||
]
|
||||
remove_tags = [
|
||||
dict(attrs={'class': lambda x: x and 'show-all' in x.split()}),
|
||||
dict(attrs={'class': lambda x: x and 'context-sdl_editor_representation' in x.split()}),
|
||||
dict(attrs={'data-scald-gallery': True}),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue