Fix #9138 (New York Times Headlines Recipe no longer works)

This commit is contained in:
Kovid Goyal 2011-02-24 08:03:08 -07:00
parent 0ea93c7f4e
commit 19cc3a29a6

View File

@ -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'