Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 01-29-2014, 08:12 AM   #1
jetroey
Junior Member
jetroey began at the beginning.
 
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 !
jetroey is offline   Reply With Quote
Old 01-31-2014, 03:52 AM   #2
Krittika Goyal
Vox calibre
Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.
 
Krittika Goyal's Avatar
 
Posts: 412
Karma: 1175230
Join Date: Jan 2009
Device: Sony reader prs700, kobo
Requested recipe

see attached
Attached Files
File Type: zip requested_recipe.zip (171.4 KB, 88 views)
Krittika Goyal is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
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


All times are GMT -4. The time now is 12:14 PM.


MobileRead.com is a privately owned, operated and funded community.