mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
b94aff86bf
commit
cbe0e8bd17
@ -58,7 +58,7 @@ class LeMondeAbonne(BasicNewsRecipe):
|
|||||||
article_url_format = 'http://www.lemonde.fr/journalelectronique/donnees/protege/%Y%m%d/html/'
|
article_url_format = 'http://www.lemonde.fr/journalelectronique/donnees/protege/%Y%m%d/html/'
|
||||||
|
|
||||||
def get_browser(self):
|
def get_browser(self):
|
||||||
br = BasicNewsRecipe.get_browser()
|
br = BasicNewsRecipe.get_browser(self)
|
||||||
if self.username is not None and self.password is not None:
|
if self.username is not None and self.password is not None:
|
||||||
br.open(self.login_url)
|
br.open(self.login_url)
|
||||||
br.select_form(nr=0)
|
br.select_form(nr=0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user