|
|
#1 |
|
Zealot
![]() ![]() Posts: 119
Karma: 100
Join Date: Jan 2011
Location: Germany / NRW /Köln
Device: prs-650 / prs-350 /kindle 3
|
Recipe - Nachdenkseiten.de [German]
Another one.........
Code:
from __future__ import unicode_literals, division, absolute_import, print_function
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1543160468(BasicNewsRecipe):
title = 'Nachdenkseiten.de'
__author__ = 'schuster'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
no_stylesheets = True
use_embedded_content = False
language = 'de'
remove_javascript = True
cover_url = 'https://www.nachdenkseiten.de/upload/banner/nds_logo_144x144px.png'
feeds = [
(u'Artikel', u'https://www.nachdenkseiten.de/?feed=rss2')]
|
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,620
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
there is already a recipe for this, does it not work?
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Zealot
![]() ![]() Posts: 119
Karma: 100
Join Date: Jan 2011
Location: Germany / NRW /Köln
Device: prs-650 / prs-350 /kindle 3
|
not seen, sorry
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Recipe - Rubikon.de [German] | schuster | Recipes | 0 | 11-25-2018 07:11 AM |
| Engadget german recipe | lucis_lupinum | Recipes | 1 | 10-22-2013 12:31 PM |
| Nachdenkseiten Recipe | jrepp | Recipes | 1 | 06-04-2012 01:55 PM |
| recipe for Brigitte.de - german | schuster | Recipes | 0 | 06-05-2011 12:34 PM |
| recipe for Tagesschau.de - german | schuster | Recipes | 0 | 05-26-2011 04:28 PM |