From 713da0ad7ba5ae16fb6897245cd93df1d108f1dd Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Mon, 12 Jun 2017 22:36:32 +0100 Subject: [PATCH 1/2] remove one more "follow" nag --- recipes/nytimes.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/nytimes.recipe b/recipes/nytimes.recipe index ebe4b09379..3763804257 100644 --- a/recipes/nytimes.recipe +++ b/recipes/nytimes.recipe @@ -231,7 +231,8 @@ class NYTimes(BasicNewsRecipe): re.compile('commentCount'), 'lede-container', 'credit', - 'caption-video' + 'caption-video', + 'upshot-social' ]}), dict( attrs={'class': lambda x: x and 'related-coverage-marginalia' in x.split()}), From be88316b10bdbabc12453195a169ba50f3f79bf1 Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Mon, 12 Jun 2017 22:37:52 +0100 Subject: [PATCH 2/2] remove one more "follow" nag --- recipes/nytimes_sub.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/nytimes_sub.recipe b/recipes/nytimes_sub.recipe index 94007285e7..317a55fdf9 100644 --- a/recipes/nytimes_sub.recipe +++ b/recipes/nytimes_sub.recipe @@ -231,7 +231,8 @@ class NYTimes(BasicNewsRecipe): re.compile('commentCount'), 'lede-container', 'credit', - 'caption-video' + 'caption-video', + 'upshot-social' ]}), dict( attrs={'class': lambda x: x and 'related-coverage-marginalia' in x.split()}),