mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change the title of the NYT Web edition to include (Web)
This commit is contained in:
parent
bc11157f5b
commit
b6057fd108
@ -67,10 +67,11 @@ def classes(classes):
|
||||
|
||||
class NewYorkTimes(BasicNewsRecipe):
|
||||
|
||||
title = 'The New York Times'
|
||||
if is_web_edition:
|
||||
title = 'The New York Times (Web)'
|
||||
description = 'New York Times (Web). You can edit the recipe to remove sections you are not interested in.'
|
||||
else:
|
||||
title = 'The New York Times'
|
||||
description = 'Today\'s New York Times'
|
||||
encoding = 'utf-8'
|
||||
__author__ = 'Kovid Goyal'
|
||||
|
@ -67,10 +67,11 @@ def classes(classes):
|
||||
|
||||
class NewYorkTimes(BasicNewsRecipe):
|
||||
|
||||
title = 'The New York Times'
|
||||
if is_web_edition:
|
||||
title = 'The New York Times (Web)'
|
||||
description = 'New York Times (Web). You can edit the recipe to remove sections you are not interested in.'
|
||||
else:
|
||||
title = 'The New York Times'
|
||||
description = 'Today\'s New York Times'
|
||||
encoding = 'utf-8'
|
||||
__author__ = 'Kovid Goyal'
|
||||
|
Loading…
x
Reference in New Issue
Block a user