From 1edf632b7e48a77029f6835812af3e52c93b9056 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 5 May 2012 20:29:52 +0530 Subject: [PATCH] Natiobal Geographic (Italy) by faber1971 --- recipes/national_geographic_it.recipe | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/national_geographic_it.recipe diff --git a/recipes/national_geographic_it.recipe b/recipes/national_geographic_it.recipe new file mode 100644 index 0000000000..e395c678c6 --- /dev/null +++ b/recipes/national_geographic_it.recipe @@ -0,0 +1,16 @@ +__version__ = 'v1.0' +__date__ = '5, May 2012' + +from calibre.web.feeds.news import BasicNewsRecipe + +class AdvancedUserRecipe1336226255(BasicNewsRecipe): + title = u'National Geographic' + __author__ = 'faber1971' + description = 'Science magazine' + language = 'it' + + oldest_article = 15 + max_articles_per_feed = 100 + auto_cleanup = True + remove_tags = [dict(name='div',attrs={'class':'banner-abbonamenti'})] + feeds = [(u'National Geographic', u'http://www.nationalgeographic.it/rss/all/rss2.0.xml')]