diff --git a/recipes/nytimes.recipe b/recipes/nytimes.recipe index b5d40b9384..d6d555fcd6 100644 --- a/recipes/nytimes.recipe +++ b/recipes/nytimes.recipe @@ -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): diff --git a/recipes/nytimes_sub.recipe b/recipes/nytimes_sub.recipe index 6f04133f49..f77d938cec 100644 --- a/recipes/nytimes_sub.recipe +++ b/recipes/nytimes_sub.recipe @@ -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):