From c6c17ef976fb5d9d2cfa6f0cb42b229e874eb328 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Sep 2013 15:38:24 +0530 Subject: [PATCH] Il Cambiamento by ghib9 --- recipes/il_cambiamento.recipe | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/il_cambiamento.recipe diff --git a/recipes/il_cambiamento.recipe b/recipes/il_cambiamento.recipe new file mode 100644 index 0000000000..1ee044d8da --- /dev/null +++ b/recipes/il_cambiamento.recipe @@ -0,0 +1,12 @@ +from calibre.web.feeds.news import BasicNewsRecipe + +class IC(BasicNewsRecipe): + title = u'il Cambiamento' + oldest_article = 12 + max_articles_per_feed = 50 + language = 'it' + __author__ = 'ghib9' + auto_cleanup = True + use_embedded_content = False + + feeds = [(u'il Cambiamento', u'http://www.ilcambiamento.it/rss.xml')]