From a824208ea2fcfb9fd36c13d129f01cfa02ac7ef6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 16 Jul 2013 17:26:18 +0530 Subject: [PATCH] Il Foglio by faber1971 --- recipes/il_foglio.recipe | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/il_foglio.recipe diff --git a/recipes/il_foglio.recipe b/recipes/il_foglio.recipe new file mode 100644 index 0000000000..9d5e8aa2e6 --- /dev/null +++ b/recipes/il_foglio.recipe @@ -0,0 +1,16 @@ +from calibre.web.feeds.news import BasicNewsRecipe + +class AdvancedUserRecipe1373969939(BasicNewsRecipe): + title = u'Il Foglio - Editoriali' + oldest_article = 1 + max_articles_per_feed = 10 + auto_cleanup = False + keep_only_tags = [ + dict(name='div', attrs={'class':'sec_item'}) + ] + feeds = [(u'Il Foglio - Editoriali', u'http://feed43.com/8814237344800115.xml')] + no_stylesheets = True + __author__ = 'faber1971' + description = 'Leading articles from an Italian newspaper - v1.00 (16 July, 2013)' + language = 'it' + masthead_url = 'http://www.ilfoglio.it/media/img/interface/logo_testata_small.gif'