mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Nackdenkseiten by jrda
This commit is contained in:
parent
cddf8eaf52
commit
a24efae85c
22
recipes/nachdenkseiten.recipe
Normal file
22
recipes/nachdenkseiten.recipe
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class Nachdenkseiten(BasicNewsRecipe):
|
||||||
|
title = u'Nachdenkseiten'
|
||||||
|
__author__ = 'jrda'
|
||||||
|
publisher = 'www.nachdenkseiten.de Albrecht Mueller und Dr. Wolfgang Lieb'
|
||||||
|
description = 'NachDenkSeiten - Die kritische Website'
|
||||||
|
category = 'news'
|
||||||
|
oldest_article = 7
|
||||||
|
use_embedded_content = False
|
||||||
|
language = 'de'
|
||||||
|
timefmt = ''
|
||||||
|
max_articles_per_feed = 6
|
||||||
|
no_stylesheets = True
|
||||||
|
encoding = 'utf-8'
|
||||||
|
remove_javascript = True
|
||||||
|
keep_only_tags = [
|
||||||
|
{'id':'content'}]
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('News', 'http://www.nachdenkseiten.de/?feed=rss2'),
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user