From fa405ab3d0e59672366c201fdd2f747e31a35c1b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 24 Sep 2011 08:55:21 -0600 Subject: [PATCH] Fix #858141 (xkcd update) --- recipes/xkcd.recipe | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes/xkcd.recipe b/recipes/xkcd.recipe index ad0d420deb..ce63b0a99a 100644 --- a/recipes/xkcd.recipe +++ b/recipes/xkcd.recipe @@ -1,6 +1,10 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal ' - +''' +Changelog: +2011-09-24 +Changed cover (drMerry) +''' ''' Fetch xkcd. ''' @@ -9,9 +13,10 @@ import time, re from calibre.web.feeds.news import BasicNewsRecipe class XkcdCom(BasicNewsRecipe): + cover_url = 'http://imgs.xkcd.com/s/9be30a7.png' title = 'xkcd' description = 'A webcomic of romance and math humor.' - __author__ = 'Martin Pitt' + __author__ = 'Martin Pitt updated by DrMerry.' language = 'en' use_embedded_content = False