|
|
#1 | |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Apr 2019
Device: Kindle 2016
|
Recipe for "Corriere Della Sera"
Quote:
I'm new to Calibre, so please help me improving this recipe ![]() Code:
#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from calibre.web.feeds.news import BasicNewsRecipe
__author__ = 'Ruben Scopacasa'
__license__ = 'GPL v3'
__copyright__ = '2019, Ruben Scopacasa <ruben.scopacasa at gmail.com>'
__version__ = 'v1.00'
__date__ = '22, April 2019'
class CorriereDellaSeraRecipe(BasicNewsRecipe):
title = u'Il Corriere della sera'
publisher = 'RCS Digital'
category = 'News, politics, culture, economy, general interest'
language = 'it'
timefmt = '[%a, %d %b, %Y]'
oldest_article = 3
max_articles_per_feed = 100
simultaneous_downloads = 5
no_stylesheets = True
remove_tags_before = dict(name='h1')
remove_tags = [dict(id='gallery')]
ignore_duplicate_articles = {'title', 'url'}
feeds = [
('Homepage', 'http://xml2.corriereobjects.it/rss/homepage.xml'),
('Editoriali', 'http://xml2.corriereobjects.it/rss/editoriali.xml'),
('Cronache', 'http://xml2.corriereobjects.it/rss/cronache.xml'),
('Politica', 'http://xml2.corriereobjects.it/rss/politica.xml'),
('Esteri', 'http://xml2.corriereobjects.it/rss/esteri.xml'),
('Economia', 'http://xml2.corriereobjects.it/rss/economia.xml'),
('Cultura', 'http://xml2.corriereobjects.it/rss/cultura.xml'),
]
def print_version(self, url):
return url.replace('.shtml', '_print.html')
def get_cover_url(self):
return 'http://www.corriere.it/rss/images/logo_small.gif'
|
|
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,615
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Looks fine, thanks. https://github.com/kovidgoyal/calibr...0b1a1d92508353
|
|
|
|
| Advert | |
|
|
|
|
#3 | |
|
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Apr 2019
Device: kindle
|
Quote:
|
|
|
|
|
![]() |
| Tags |
| corriere, italian |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Recipe for EPUB subscribers of "Tagesspiegel" and "Handelsblatt"? | F.W. | Recipes | 0 | 05-14-2013 12:16 PM |
| New recipe for "Süddeutsche Zeitung" using "E-Paper mobile" subscription | Ernst | Recipes | 3 | 02-16-2013 08:37 AM |
| Recipe for "Galicia Confidencial" and "De L a V" | roebek | Recipes | 1 | 07-19-2011 10:17 AM |
| Corriere della Sera - Kindle Edition | Format C: | News | 2 | 03-21-2009 11:39 AM |