Fix #858141 (xkcd update)

This commit is contained in:
Kovid Goyal 2011-09-24 08:55:21 -06:00
parent badb777c7b
commit fa405ab3d0

View File

@ -1,6 +1,10 @@
__license__ = 'GPL v3' __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>' __copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
'''
Changelog:
2011-09-24
Changed cover (drMerry)
'''
''' '''
Fetch xkcd. Fetch xkcd.
''' '''
@ -9,9 +13,10 @@ import time, re
from calibre.web.feeds.news import BasicNewsRecipe from calibre.web.feeds.news import BasicNewsRecipe
class XkcdCom(BasicNewsRecipe): class XkcdCom(BasicNewsRecipe):
cover_url = 'http://imgs.xkcd.com/s/9be30a7.png'
title = 'xkcd' title = 'xkcd'
description = 'A webcomic of romance and math humor.' description = 'A webcomic of romance and math humor.'
__author__ = 'Martin Pitt' __author__ = 'Martin Pitt updated by DrMerry.'
language = 'en' language = 'en'
use_embedded_content = False use_embedded_content = False