![]() |
#1 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jan 2014
Device: Kindle
|
new recipe : lesechos.fr - Help needed !
Hi everybody,
I'm new here, even if I use Calibre for several years. I use it mainly for ebooks imports and news. On the news side, I try to add a new source : lesechos.fr which is a well known economics journal in France. I tried to get inspiration from a recipe made for the irishtimes.com, since lesechos.fr uses feedsportal as well. But I can't make it to work... I need help from the community ! ![]() Could you give me a hand with this one ? Here is my recipe : import re from calibre.web.feeds.news import BasicNewsRecipe class LesEchos(BasicNewsRecipe): title = u'Les Echos' __author__ = "JM" language = 'en_IE' timefmt = ' (%A, %B %d, %Y)' oldest_article = 3 no_stylesheets = True simultaneous_downloads= 1 ''' http://rss.feedsportal.com/c/499/f/4...0A/story01.htm http://www.lesechos.fr/economie-poli...?xtor=RSS-2010 r = re.compile('.*(?P<url>http:\/\/(http://www.lesechos.fr)|(rss.feedspo...\/.*\.html?).*') ''' remove_tags = [dict(name='div', attrs={'class':'footer'})] feeds = [(u'Economie France', u'http://syndication.lesechos.fr/rss/rss_france.xml')] def print_version(self, url): u = 'http://www.lesechos.fr' + (((url[77:].replace('0Bphp0Dxtor0FRSS0E20A10A/story01.htm','.php?xtor=RSS-2010')).replace('0C','/')).replace('0A','0')).replace('0E','-') print 'DEBUG1 : ' + url print 'DEBUG2 : ' + u return u def get_article_url(self, article): return article.link Thanks a lot for your help ! ![]() |
![]() |
![]() |
![]() |
#2 |
Vox calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 412
Karma: 1175230
Join Date: Jan 2009
Device: Sony reader prs700, kobo
|
Requested recipe
see attached
|
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help needed in tweaking my recipe | Steven630 | Recipes | 0 | 02-11-2013 05:06 AM |
recipe needed | blasla | Recipes | 0 | 01-17-2013 01:57 PM |
iPad Recipe needed for Wordpress Blog | bmwr1200c | Apple Devices | 4 | 02-11-2012 11:22 AM |
Recipe Needed for Wordpress Blog. | bmwr1200c | Recipes | 1 | 02-03-2012 11:31 AM |
BBC Recipe conversion_options explaination needed. | mattst | Recipes | 16 | 11-08-2011 12:14 PM |