mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #858141 (xkcd update)
This commit is contained in:
parent
badb777c7b
commit
fa405ab3d0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user