mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Update NYTimes
This commit is contained in:
parent
15517f51fb
commit
7f0f5d114c
@ -92,7 +92,7 @@ class NewYorkTimes(BasicNewsRecipe):
|
|||||||
dict(name='a', href=lambda x: x and '#whats-next' in x),
|
dict(name='a', href=lambda x: x and '#whats-next' in x),
|
||||||
dict(id=lambda x: x and 'sharetools-' in x),
|
dict(id=lambda x: x and 'sharetools-' in x),
|
||||||
dict(id='newsletter-promo supported-by-ad'.split()),
|
dict(id='newsletter-promo supported-by-ad'.split()),
|
||||||
classes('story-print-citation'),
|
classes('story-print-citation supported-by'),
|
||||||
]
|
]
|
||||||
|
|
||||||
def read_nyt_metadata(self):
|
def read_nyt_metadata(self):
|
||||||
|
@ -92,7 +92,7 @@ class NewYorkTimes(BasicNewsRecipe):
|
|||||||
dict(name='a', href=lambda x: x and '#whats-next' in x),
|
dict(name='a', href=lambda x: x and '#whats-next' in x),
|
||||||
dict(id=lambda x: x and 'sharetools-' in x),
|
dict(id=lambda x: x and 'sharetools-' in x),
|
||||||
dict(id='newsletter-promo supported-by-ad'.split()),
|
dict(id='newsletter-promo supported-by-ad'.split()),
|
||||||
classes('story-print-citation'),
|
classes('story-print-citation supported-by'),
|
||||||
]
|
]
|
||||||
|
|
||||||
def read_nyt_metadata(self):
|
def read_nyt_metadata(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user