Quote:
Originally Posted by markvdvelde
Yes, it does. But as soon as I replace the feed, it won't even save the recipe.
|
In cases like these, it would be helpful to post the modification you've made.
If i modify the recipe like this:
Code:
feeds = [(u'News & Business', u'http://feeds.feedburner.com/japantimes_news'),
(u'Features', u'http://feeds.feedburner.com/japantimes_features')]
no error is shown.
But furthermore, the addresses of these feeds have a slightly different format. You have to modify print_version like this
Code:
def print_version(self, url):
return url.replace('/rss/','/print/')