__license__ = 'GPL v3' from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1327747616(BasicNewsRecipe): title = u'Beppe Grillo' oldest_article = 7 max_articles_per_feed = 100 auto_cleanup = True feeds = [(u'Beppe Grillo', u'http://feeds.feedburner.com/beppegrillo/atom')] description = 'Blog of the famous comedian and politician Beppe Grillo - v1.00 (28, January 2012)' __author__ = 'faber1971' language = 'it'