mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Fix #873557 (Updated CNET cover)
This commit is contained in:
parent
4bae0c4ddf
commit
6ee585ecc8
@ -5,8 +5,8 @@ __copyright__ = '2009, Darko Miletic <darko.miletic at gmail.com>'
|
|||||||
Changelog:
|
Changelog:
|
||||||
2011-09-24
|
2011-09-24
|
||||||
Changed cover (drMerry)
|
Changed cover (drMerry)
|
||||||
'''
|
2011-10-13
|
||||||
'''
|
Updated Cover (drMerry)
|
||||||
news.cnet.com
|
news.cnet.com
|
||||||
'''
|
'''
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ class CnetNews(BasicNewsRecipe):
|
|||||||
encoding = 'cp1252'
|
encoding = 'cp1252'
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
language = 'en'
|
language = 'en'
|
||||||
|
cover_url = 'http://reviews.cnet.com/i/ff/wp/logo_cnet.gif'
|
||||||
conversion_options = {
|
conversion_options = {
|
||||||
'comment' : description
|
'comment' : description
|
||||||
, 'tags' : category
|
, 'tags' : category
|
||||||
|
Loading…
x
Reference in New Issue
Block a user