View Single Post
Old 09-27-2011, 03:26 AM   #5
a.peter
Enthusiast
a.peter began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Sep 2011
Device: Sony PRS-350, Kindle Touch
Quote:
Originally Posted by markvdvelde View Post
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/')
a.peter is offline   Reply With Quote