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