|
|
#1 |
|
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Aug 2017
Location: Paris, France
Device: Kindle Paperwhite
|
Recipe request : Les Echos suscriber edition
Hello all,
I am using Calibre for a few years and I really love this software. Kovid really did a great job. I am using it to dowload the suscriber edition of French newspaper Le Monde, it's working very well. I would like to do the same with Les Echos for the suscriber edition (the recipe on Calibre is only for non paying articles). Here is what I have.
Could you help me building the recipe ?
|
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,636
Karma: 28549046
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Just to get you started, here is the login code:
Code:
needs_subscription = 'optional'
def get_browser(self):
br = BasicNewsRecipe.get_browser(self)
if self.username and self.password:
br.open('http://m.lesechos.fr/abonnement/login.php')
br.select_form(name="frmFusion")
br['USER'] = self.username
br['PASS'] = self.password
br.submit()
return br
Then you need to write a parse_index() function to get the articles from the page you linked to. See https://manual.calibre-ebook.com/news.html |
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Aug 2017
Location: Paris, France
Device: Kindle Paperwhite
|
Thank you very much for your help Kovid ! I am going to use the login code and write the parse function with the material you provided me. I keep you posted
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Les Echos has this reader | DaleDe | Netronix | 4 | 05-07-2008 07:57 AM |
| French daily Les Echos for iLiad and STAReBook users | Alexander Turcic | iRex | 5 | 09-25-2007 01:43 PM |
| Les Echos on iLiad video | TadW | iRex | 14 | 09-12-2007 08:28 PM |
| PVI to release e-book reader in partnership with Les Echos | Alexander Turcic | News | 18 | 04-15-2007 01:03 PM |
| Les Echos, Chinese Iliads and other Newpaper E-reader deals | jæd | News | 3 | 02-07-2007 09:40 AM |