diff --git a/recipes/nytimes.recipe b/recipes/nytimes.recipe index 209b762aba..c54ab29543 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 supported-by'), + classes('story-print-citation supported-by accessibility-ad-header visually-hidden'), ] def read_nyt_metadata(self): diff --git a/recipes/nytimes_sub.recipe b/recipes/nytimes_sub.recipe index ea7b1e7749..139bb0df97 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 supported-by'), + classes('story-print-citation supported-by accessibility-ad-header visually-hidden'), ] def read_nyt_metadata(self):