From 4c01e9eb65d949b84ce6eef1f5420765607381d9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 14 Mar 2018 21:00:41 +0530 Subject: [PATCH] ... --- recipes/new_yorker.recipe | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/new_yorker.recipe b/recipes/new_yorker.recipe index b4746cfdbd..93f5d16203 100644 --- a/recipes/new_yorker.recipe +++ b/recipes/new_yorker.recipe @@ -39,7 +39,6 @@ class NewYorker(BasicNewsRecipe): h3 { margin-bottom: 6px; } .caption { font-size: xx-small; font-style: italic; font-weight: normal; } ''' - needs_subscription = 'optional' keep_only_tags = [ dict(attrs={'class': lambda x: x and 'ArticleHeader__hed___' in x}), dict(attrs={'class': lambda x: x and 'ArticleHeader__dek___' in x}),