mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 20:46:00 +01:00
...
This commit is contained in:
parent
06f5e03e76
commit
cbc95ed9e5
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ class NewYorkTimes(BasicNewsRecipe):
|
|||
remove_tags = [
|
||||
dict(attrs={'aria-label':'tools'.split()}),
|
||||
dict(attrs={'data-videoid':True}),
|
||||
dict(name='button'),
|
||||
dict(name='button meta link'.split()),
|
||||
dict(id=lambda x: x and x.startswith('story-ad-')),
|
||||
dict(name='a', href=lambda x: x and '#story-continues-' in x),
|
||||
dict(name='a', href=lambda x: x and '#whats-next' in x),
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class NewYorkTimes(BasicNewsRecipe):
|
|||
remove_tags = [
|
||||
dict(attrs={'aria-label':'tools'.split()}),
|
||||
dict(attrs={'data-videoid':True}),
|
||||
dict(name='button'),
|
||||
dict(name='button meta link'.split()),
|
||||
dict(id=lambda x: x and x.startswith('story-ad-')),
|
||||
dict(name='a', href=lambda x: x and '#story-continues-' in x),
|
||||
dict(name='a', href=lambda x: x and '#whats-next' in x),
|
||||
|
|
|
|||
Loading…
Reference in a new issue