mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Schattenblick by ThB
This commit is contained in:
parent
ad831700ea
commit
8cc83c18bd
13
recipes/schattenblick.recipe
Normal file
13
recipes/schattenblick.recipe
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class AdvancedUserRecipe1345802300(BasicNewsRecipe):
|
||||||
|
title = u'Online-Zeitung Schattenblick'
|
||||||
|
language = 'de'
|
||||||
|
__author__ = 'ThB'
|
||||||
|
publisher = u'MA-Verlag'
|
||||||
|
category = u'Nachrichten'
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
cover_url = 'http://www.schattenblick.de/mobi/rss/cover.jpg'
|
||||||
|
feeds = [(u'Schattenblick Tagesausgabe', u'http://www.schattenblick.de/mobi/rss/rss.xml')]
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user