This commit is contained in:
Kovid Goyal 2013-03-07 14:42:30 +05:30
parent 6f2c5a1f4d
commit 452886aedd

View File

@ -4,6 +4,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
class NewYorkTimesBookReview(BasicNewsRecipe): class NewYorkTimesBookReview(BasicNewsRecipe):
title = u'New York Times Book Review' title = u'New York Times Book Review'
language = 'en' language = 'en'
description = 'The New York Times Sunday Book Review. Best downloaded on Fridays to avoid the ads that the New York Times shows of the first few days of the week.'
__author__ = 'Kovid Goyal' __author__ = 'Kovid Goyal'