This commit is contained in:
Kovid Goyal 2013-01-16 12:11:19 +05:30
parent 133ff65759
commit 732545871c

View File

@ -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('/')