mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #9138 (New York Times Headlines Recipe no longer works)
This commit is contained in:
parent
0ea93c7f4e
commit
19cc3a29a6
@ -89,7 +89,7 @@ class NYTimes(BasicNewsRecipe):
|
|||||||
if headlinesOnly:
|
if headlinesOnly:
|
||||||
title='New York Times Headlines'
|
title='New York Times Headlines'
|
||||||
description = 'Headlines from the New York Times. Needs a subscription from http://www.nytimes.com'
|
description = 'Headlines from the New York Times. Needs a subscription from http://www.nytimes.com'
|
||||||
needs_subscription = True
|
needs_subscription = 'optional'
|
||||||
elif webEdition:
|
elif webEdition:
|
||||||
title='New York Times (Web)'
|
title='New York Times (Web)'
|
||||||
description = 'New York Times on the Web'
|
description = 'New York Times on the Web'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user