Editoriali and Zerocalcare by faber1971

This commit is contained in:
Kovid Goyal 2012-04-07 17:24:17 +05:30
parent b6e64d2736
commit 0f9137a4ef
2 changed files with 34 additions and 0 deletions

16
recipes/editoriali.recipe Normal file
View File

@ -0,0 +1,16 @@
__version__ = 'v1.0'
__date__ = '7, April 2012'
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1332847053(BasicNewsRecipe):
title = u'Editoriali'
__author__ = 'faber1971'
description = 'Leading articles on Italy by the best Italian editorials'
oldest_article = 1
max_articles_per_feed = 100
auto_cleanup = True
conversion_options = {'linearize_tables': True}
masthead_url = 'http://folkbulletin.folkest.com/wp-content/uploads/editoriale1.jpg'
feeds = [(u'Micromega', u'http://temi.repubblica.it/micromega-online/feed/'), (u'Corriere della Sera', u'http://xml.corriereobjects.it/rss/editoriali.xml'), (u'La Stampa', u'http://www.lastampa.it/cmstp/rubriche/oggetti/rss.asp?ID_blog=25'), (u"Italia dall'estero", u'http://italiadallestero.info/feed')]

View File

@ -0,0 +1,18 @@
__version__ = 'v1.0'
__date__ = '7, April 2012'
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1333705905(BasicNewsRecipe):
title = u'Zerocalcare'
__author__ = 'faber1971'
description = 'Free Italian Comics'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = False
keep_only_tags = [
dict(name='div', attrs={'class':'main entry-content group'})
]
masthead_url = 'http://zerocalcare.it/wp-content/uploads/2011/11/zerocalcare-banner.jpg'
feeds = [(u'Zerocalcare', u'http://feeds.feedburner.com/Zerocalcareit')]