From d9c9b48c916f1d3fbda4ec55598bff364d981ac3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 9 Feb 2018 19:31:13 +0530 Subject: [PATCH] Remove print citation at the end of the NYT articles --- recipes/nytimes.recipe | 1 + recipes/nytimes_sub.recipe | 1 + 2 files changed, 2 insertions(+) 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):