mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7f300dfe1e
commit
be6c788623
@ -97,7 +97,7 @@ class ledevoir(BasicNewsRecipe):
|
|||||||
.texte {font-size:1.15em;line-height:1.4em;margin-bottom:17px;}
|
.texte {font-size:1.15em;line-height:1.4em;margin-bottom:17px;}
|
||||||
'''
|
'''
|
||||||
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('http://www.ledevoir.com')
|
br.open('http://www.ledevoir.com')
|
||||||
br.select_form(nr=0)
|
br.select_form(nr=0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user