From 57a027c31e43f172089dd7830adf92c49ca8efb3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 21 Feb 2018 17:02:39 +0530 Subject: [PATCH] More cruft removal in NYT recipe --- 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 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):