View Single Post
Old 02-03-2010, 10:43 PM   #1349
cix3
Member
cix3 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Aug 2009
Device: Kindle 2
Seth Godin's Blog

Very basic recipe. Feel free to enhance in any way...

Code:
class SethGodin(BasicNewsRecipe):
    title = 'Seth Godins Blog'
    __author__ = 'cix3'
    language = 'en'
    description = 'Seth Godin - riffs on marketing, respect, and the ways ideas spread.'
    timefmt = ' [%b %d, %Y]'

    oldest_article = 30
    max_articles_per_feed = 100
    no_stylesheets = True

    remove_tags = [dict(name='script')]
    feeds = [('SethGodin', 'http://feeds.feedburner.com/typepad/sethsmainblog')]
cix3 is offline