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')]