From 732545871c7879c19107b5ad302dfe6c57ce35e1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 16 Jan 2013 12:11:19 +0530 Subject: [PATCH] ... --- recipes/nytimes_sub.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/nytimes_sub.recipe b/recipes/nytimes_sub.recipe index 35f7b46517..cf25865b9c 100644 --- a/recipes/nytimes_sub.recipe +++ b/recipes/nytimes_sub.recipe @@ -124,19 +124,19 @@ class NYTimes(BasicNewsRecipe): if headlinesOnly: title='New York Times Headlines' description = 'Headlines from the New York Times' - needs_subscription = True + needs_subscription = 'optional' elif webEdition: title='New York Times (Web)' description = 'New York Times on the Web' - needs_subscription = True + needs_subscription = 'optional' elif replaceKindleVersion: title='The New York Times' description = 'Today\'s New York Times' - needs_subscription = True + needs_subscription = 'optional' else: title='New York Times' description = 'Today\'s New York Times' - needs_subscription = True + needs_subscription = 'optional' def decode_url_date(self,url): urlitems = url.split('/')