mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7aee5f537b
commit
e3889ab1a2
@ -5,7 +5,7 @@ __copyright__ = '2010, Darko Miletic <darko.miletic at gmail.com>'
|
||||
www.sueddeutsche.de/sz/
|
||||
'''
|
||||
# History
|
||||
# 2014.10.02 Fixed url Problem lala-rob(web@lala-rob.de)
|
||||
# 2014.10.02 Fixed url Problem von lala-rob(web@lala-rob.de)
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
from calibre import strftime
|
||||
@ -23,7 +23,7 @@ class SueddeutcheZeitung(BasicNewsRecipe):
|
||||
remove_empty_feeds = True
|
||||
delay = 1
|
||||
cover_source = 'http://www.sueddeutsche.de/verlag'
|
||||
PREFIX = 'http://www.sueddeutsche.de'
|
||||
PREFIX = 'http://epaper.sueddeutsche.de'
|
||||
INDEX = PREFIX + '/app/epaper/textversion/'
|
||||
use_embedded_content = False
|
||||
masthead_url = 'http://pix.sueddeutsche.de/img/layout/header/SZ_solo288x31.gif'
|
||||
|
Loading…
x
Reference in New Issue
Block a user