From 452886aedd5c51914e2451a56d92e128b8e51457 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 Mar 2013 14:42:30 +0530 Subject: [PATCH] ... --- recipes/nytimesbook.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/nytimesbook.recipe b/recipes/nytimesbook.recipe index 6c47059e78..ad20586770 100644 --- a/recipes/nytimesbook.recipe +++ b/recipes/nytimesbook.recipe @@ -4,6 +4,7 @@ from calibre.web.feeds.news import BasicNewsRecipe class NewYorkTimesBookReview(BasicNewsRecipe): title = u'New York Times Book Review' 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'