mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 18:45:20 -04:00
...
This commit is contained in:
@@ -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}),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user