Remove print citation at the end of the NYT articles

This commit is contained in:
Kovid Goyal 2018-02-09 19:31:13 +05:30
parent 99c4647dd4
commit d9c9b48c91
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,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'.split()),
classes('story-print-citation'),
]
def read_nyt_metadata(self):

View File

@ -72,6 +72,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'.split()),
classes('story-print-citation'),
]
def read_nyt_metadata(self):