Hi ! I was searching for an up to date version of a receipe for dw.de/deutsche welle/Deutsch XXL. I tried the one above but the news are not inside.
My receipe works, I fetch news once a week, it is very nice, the dictionnary works and I also installed a german english dic on my kindle so it helps if I really don't understand.
I share with 2 other friends learning german they like it as well !
I would like to apply a layout to the news (feed "Langsam gesprochene Nachrichten"), because for the moment it is everything in a packet so not confortable to read, we need at least title in bold. I have to search if it is possible, it might be ?
Contribution very welcomed, germanophile friends

Here is my very simple receipe:
class AdvancedUserRecipe1398527969(BasicNewsRecipe):
title = u'DW-Deutsch XXL'
language = 'ger'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
feeds = [(u'Top Thema mit Vokabeln', u'http://rss.dw-world.de/xml/DKpodcast_topthemamitvokabeln_de'), (u'Langsam gesprochene Nachrichten', u'http://rss.dw-world.de/xml/DKpodcast_lgn_de'), (u'Alltagsdeutsch', u'http://rss.dw-world.de/xml/DKpodcast_alltagsdeutsch_de'), (u'Sprachbar', u'http://rss.dw-world.de/xml/DKpodcast_sprachbar_de'), (u'Wort der Woche', u'http://rss.dw-world.de/xml/DKpodcast_wortderwoche_de')]