mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 08:43:10 +02:00
...
This commit is contained in:
parent
e27a3638d2
commit
61b86494cb
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def get_browser(self):
|
|||
br = BasicNewsRecipe.get_browser()
|
||||
if self.username is not None and self.password is not None:
|
||||
br.open('http://www.mediapart.fr/')
|
||||
br.select_form(nr=1)
|
||||
br.select_form(nr=0)
|
||||
br['name'] = self.username
|
||||
br['pass'] = self.password
|
||||
br.submit()
|
||||
|
|
|
|||
Loading…
Reference in a new issue