mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
839c14b46e
commit
80c5dd6ac3
@ -30,6 +30,7 @@ class TheIndependentNew(BasicNewsRecipe):
|
|||||||
]
|
]
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(attrs={'class': lambda x: x and 'show-all' in x.split()}),
|
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}),
|
dict(attrs={'data-scald-gallery': True}),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user