I'm afraid to be out of place here, but it seems work:
class AdvancedUserRecipe1349086293(BasicNewsRecipe):
title = u'Foreign Policy'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
feeds = [(u'Foreign_Policy', u'http://www.foreignpolicy.com/node/feed')]
def print_version(self, url):
return url + '?print=yes&hidecomments=yes&page=full'
|