Here is what I am working with. Thanks.
class AdvancedUserRecipe1258255428(BasicNewsRecipe):
title = u'SI Baseball'
oldest_article = 8
max_articles_per_feed = 100
feeds = [(u'Jon Heyman', u'http://rss.cnn.com/rss/si_jon_heyman.rss')]
def print_version(self, url):
return url.replace('http://si.printthis.clickability.com/pt/')
|