Okay then, I managed to get it going. Sort of.
Used the basic recipe:
Quote:
class AdvancedUserRecipe1355183087(BasicNewsRecipe):
title = u'Titanic'
oldest_article = 14
max_articles_per_feed = 50
auto_cleanup = True
feeds = [(u'Titanic RSS - der endg\xfcltige Feed', u'http://www.titanic-magazin.de/ich.war.bei.der.waffen.rss')]
|
Now I do fetch content but it still does not work properly:
I get a number of headlines from the left column which is the news column and the one I want to subscribe. Note that the number of headlines is independent to the settings of how may days back the news should be fetched.
But under every headline I do get the content of the latest "Briefe an die Leser" column on the right and not the related news content.
Now this really looks like help is needed from a pro.