View Single Post
Old 04-29-2011, 10:55 PM   #1
welovelucy
Junior Member
welovelucy began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2011
Location: Chicago area
Device: Kindle 3
Post Contribution: AutoBlog

Code:
class AutoBlog(BasicNewsRecipe):
    title          = u'Auto Blog'
    __author__     = 'Welovelucy'
    oldest_article = 7
    max_articles_per_feed = 100

    feeds          = [(u'AutoBlog', u'http://www.autoblog.com/rss.xml')]

    def print_version(self, url):
        return url + 'print/'

Last edited by welovelucy; 04-29-2011 at 10:58 PM.
welovelucy is offline   Reply With Quote