mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #872875 (dilbert update)
This commit is contained in:
parent
45de2bde56
commit
cadbff1290
@ -2,6 +2,7 @@ __license__ = 'GPL v3'
|
|||||||
__copyright__ = '2009, Darko Miletic <darko.miletic at gmail.com>'
|
__copyright__ = '2009, Darko Miletic <darko.miletic at gmail.com>'
|
||||||
'''
|
'''
|
||||||
http://www.dilbert.com
|
http://www.dilbert.com
|
||||||
|
DrMerry added cover Image 2011-11-12
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre.web.feeds.recipes import BasicNewsRecipe
|
from calibre.web.feeds.recipes import BasicNewsRecipe
|
||||||
@ -9,7 +10,7 @@ import re
|
|||||||
|
|
||||||
class DilbertBig(BasicNewsRecipe):
|
class DilbertBig(BasicNewsRecipe):
|
||||||
title = 'Dilbert'
|
title = 'Dilbert'
|
||||||
__author__ = 'Darko Miletic and Starson17'
|
__author__ = 'Darko Miletic and Starson17 contribution of DrMerry'
|
||||||
description = 'Dilbert'
|
description = 'Dilbert'
|
||||||
reverse_article_order = True
|
reverse_article_order = True
|
||||||
oldest_article = 15
|
oldest_article = 15
|
||||||
@ -20,6 +21,7 @@ class DilbertBig(BasicNewsRecipe):
|
|||||||
publisher = 'UNITED FEATURE SYNDICATE, INC.'
|
publisher = 'UNITED FEATURE SYNDICATE, INC.'
|
||||||
category = 'comic'
|
category = 'comic'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
|
cover_url = 'http://dilbert.com/mobile/mobile/dilbert.app.icon.png'
|
||||||
|
|
||||||
conversion_options = {
|
conversion_options = {
|
||||||
'comments' : description
|
'comments' : description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user