mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Spektrum der Wissenschaft
This commit is contained in:
parent
ed1d8a30c3
commit
517250e05e
@ -6,7 +6,7 @@ Fetch RSS-Feeds spektrum.de
|
|||||||
from calibre.web.feeds.recipes import BasicNewsRecipe
|
from calibre.web.feeds.recipes import BasicNewsRecipe
|
||||||
class AdvancedUserRecipe1303841067(BasicNewsRecipe):
|
class AdvancedUserRecipe1303841067(BasicNewsRecipe):
|
||||||
title = u'Spektrum der Wissenschaft'
|
title = u'Spektrum der Wissenschaft'
|
||||||
__author__ = 'Armin Geller, Bratzzo, Rainer Zenz' # Update Bratzzo & AGE 2012-10-12
|
__author__ = 'Armin Geller, Bratzzo, Rainer Zenz' # Update AGE 2013-07-26
|
||||||
description = u'German online portal of Spektrum der Wissenschaft'
|
description = u'German online portal of Spektrum der Wissenschaft'
|
||||||
publisher = 'Spektrum der Wissenschaft Verlagsgesellschaft mbH'
|
publisher = 'Spektrum der Wissenschaft Verlagsgesellschaft mbH'
|
||||||
category = 'science news, Germany'
|
category = 'science news, Germany'
|
||||||
@ -20,8 +20,8 @@ class AdvancedUserRecipe1303841067(BasicNewsRecipe):
|
|||||||
|
|
||||||
#conversion_options = {'base_font_size': 20}
|
#conversion_options = {'base_font_size': 20}
|
||||||
|
|
||||||
# cover_url = 'http://upload.wikimedia.org/wikipedia/de/3/3b/Spektrum_der_Wissenschaft_Logo.svg' # old logo
|
# cover_url = 'http://upload.wikimedia.org/wikipedia/de/5/59/Spektrum-cover.jpg' # from Rainer Zenz
|
||||||
cover_url = 'http://upload.wikimedia.org/wikipedia/de/5/59/Spektrum-cover.jpg' # from Rainer Zenz
|
cover_url = 'http://www16.zippyshare.com/scaled/52219516/file.html' # AGE 2013-07-26 new cover location
|
||||||
|
|
||||||
masthead_url = 'http://www.spektrum.de/fm/861/spektrum.de.png'
|
masthead_url = 'http://www.spektrum.de/fm/861/spektrum.de.png'
|
||||||
|
|
||||||
@ -53,5 +53,6 @@ class AdvancedUserRecipe1303841067(BasicNewsRecipe):
|
|||||||
|
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(attrs={'id':['recommend-article', 'dossierbox', 'cover', 'toc']}),
|
dict(attrs={'id':['recommend-article', 'dossierbox', 'cover', 'toc']}),
|
||||||
dict(attrs={'class':['sidebar-box-full clearfix', 'linktotop' ]}),
|
dict(attrs={'class':['sidebar-box-full clearfix', 'linktotop']}),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user