From 19cc3a29a6bfb13151c55067fc1a5f3eca6a9825 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 24 Feb 2011 08:03:08 -0700 Subject: [PATCH] Fix #9138 (New York Times Headlines Recipe no longer works) --- resources/recipes/nytimes.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/recipes/nytimes.recipe b/resources/recipes/nytimes.recipe index b2043bb463..0a5c310af4 100644 --- a/resources/recipes/nytimes.recipe +++ b/resources/recipes/nytimes.recipe @@ -89,7 +89,7 @@ class NYTimes(BasicNewsRecipe): if headlinesOnly: title='New York Times Headlines' description = 'Headlines from the New York Times. Needs a subscription from http://www.nytimes.com' - needs_subscription = True + needs_subscription = 'optional' elif webEdition: title='New York Times (Web)' description = 'New York Times on the Web'