From be88316b10bdbabc12453195a169ba50f3f79bf1 Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Mon, 12 Jun 2017 22:37:52 +0100 Subject: [PATCH] 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()}),