Update NYTimes

This commit is contained in:
Kovid Goyal 2018-02-20 06:54:41 +05:30
parent 15517f51fb
commit 7f0f5d114c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ class NewYorkTimes(BasicNewsRecipe):
dict(name='a', href=lambda x: x and '#whats-next' in x),
dict(id=lambda x: x and 'sharetools-' in x),
dict(id='newsletter-promo supported-by-ad'.split()),
classes('story-print-citation'),
classes('story-print-citation supported-by'),
]
def read_nyt_metadata(self):

View File

@ -92,7 +92,7 @@ class NewYorkTimes(BasicNewsRecipe):
dict(name='a', href=lambda x: x and '#whats-next' in x),
dict(id=lambda x: x and 'sharetools-' in x),
dict(id='newsletter-promo supported-by-ad'.split()),
classes('story-print-citation'),
classes('story-print-citation supported-by'),
]
def read_nyt_metadata(self):