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):