mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 10:05:38 +01:00
...
This commit is contained in:
parent
77658f4c95
commit
fdb8bcd4b5
1 changed files with 2 additions and 2 deletions
|
|
@ -34,9 +34,9 @@ class USAToday(BasicNewsRecipe):
|
|||
]
|
||||
|
||||
remove_tags = [
|
||||
classes('component--pullquote__icon gnt_ss'),
|
||||
classes('component--pullquote__icon gnt_ss gnt_em_vp__tp'),
|
||||
dict(attrs={'aria-label': ['advertisement']}),
|
||||
dict(name=['link', 'media-gallery']),
|
||||
dict(name=['link', 'media-gallery', 'button']),
|
||||
]
|
||||
|
||||
extra_css = '''
|
||||
|
|
|
|||
Loading…
Reference in a new issue