mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
06f5e03e76
commit
cbc95ed9e5
@ -66,7 +66,7 @@ class NewYorkTimes(BasicNewsRecipe):
|
|||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(attrs={'aria-label':'tools'.split()}),
|
dict(attrs={'aria-label':'tools'.split()}),
|
||||||
dict(attrs={'data-videoid':True}),
|
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(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 '#story-continues-' in x),
|
||||||
dict(name='a', href=lambda x: x and '#whats-next' in x),
|
dict(name='a', href=lambda x: x and '#whats-next' in x),
|
||||||
|
@ -66,7 +66,7 @@ class NewYorkTimes(BasicNewsRecipe):
|
|||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(attrs={'aria-label':'tools'.split()}),
|
dict(attrs={'aria-label':'tools'.split()}),
|
||||||
dict(attrs={'data-videoid':True}),
|
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(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 '#story-continues-' in x),
|
||||||
dict(name='a', href=lambda x: x and '#whats-next' in x),
|
dict(name='a', href=lambda x: x and '#whats-next' in x),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user