From 7f0f5d114cd0c38a9e62ce28eba68e526d7e649c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 20 Feb 2018 06:54:41 +0530 Subject: [PATCH] Update NYTimes --- recipes/nytimes.recipe | 2 +- recipes/nytimes_sub.recipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/nytimes.recipe b/recipes/nytimes.recipe index 0b93021cdc..209b762aba 100644 --- a/recipes/nytimes.recipe +++ b/recipes/nytimes.recipe @@ -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): diff --git a/recipes/nytimes_sub.recipe b/recipes/nytimes_sub.recipe index b787ad85e3..ea7b1e7749 100644 --- a/recipes/nytimes_sub.recipe +++ b/recipes/nytimes_sub.recipe @@ -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):