mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 12:54:13 +02:00
Fix #858141 (xkcd update)
This commit is contained in:
parent
badb777c7b
commit
fa405ab3d0
1 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
__license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
|
||||
|
||||
'''
|
||||
Changelog:
|
||||
2011-09-24
|
||||
Changed cover (drMerry)
|
||||
'''
|
||||
'''
|
||||
Fetch xkcd.
|
||||
'''
|
||||
|
|
@ -9,9 +13,10 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue