there's already another dw de recipe and this one doesn't work anymore.
This commit is contained in:
unkn0w7n 2023-06-24 17:03:41 +05:30
parent 70af443b95
commit 5627a9a061
2 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
#!/usr/bin/env python
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1398527969(BasicNewsRecipe):
title = u'DW-Deutsch XXL'
language = 'de_DE'
__author__ = 'xav'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
no_stylesheets = True
use_embedded_content = False
remove_javascript = True
feeds = [(u'Nachrichten', u'http://rss.dw.com/xml/rss-de-news'),
(u'Themen des Tages', u'http://rss.dw.com/xml/rss-de-top'),
(u'Langsam gesprochene Nachrichten',
u'https://rss.dw.com/rdf/DKfeed_lgn_de'),
(u'Wissenschaft', u'https://rss.dw.com/xml/rss-de-wissenschaft'),
(u'Wirtschaft', u'https://rss.dw.com/xml/rss-de-eco'),
(u'Wort der Woche',
u'https://rss.dw.com/xml/DKpodcast_wortderwoche_de'),
(u'Deutschland entdecken',
u'http://rss.dw.com/xml/rss-de-deutschlandentdecken')]
def print_version(self, url):
target = url.rpartition('/')[2]
print_url = 'https://www.dw-world.de/popups/popup_printcontent/' + target
return print_url

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB