From badb777c7b6bf74bff2548cd13f231480c14b4d7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 24 Sep 2011 08:47:52 -0600 Subject: [PATCH] Fix #858139 (Cnet update) --- recipes/cnetnews.recipe | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/cnetnews.recipe b/recipes/cnetnews.recipe index 26d5992fa1..1fa681ed30 100644 --- a/recipes/cnetnews.recipe +++ b/recipes/cnetnews.recipe @@ -2,6 +2,11 @@ __license__ = 'GPL v3' __copyright__ = '2009, Darko Miletic ' ''' +Changelog: +2011-09-24 +Changed cover (drMerry) +''' +''' news.cnet.com ''' @@ -9,7 +14,7 @@ from calibre.web.feeds.news import BasicNewsRecipe class CnetNews(BasicNewsRecipe): title = 'CNET News' - __author__ = 'Darko Miletic' + __author__ = 'Darko Miletic updated by DrMerry.' description = 'Tech news and business reports by CNET News. Focused on information technology, core topics include computers, hardware, software, networking, and Internet media.' publisher = 'CNET' category = 'news, IT, USA'