mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 14:23:35 +02:00
...
This commit is contained in:
parent
46b3a9c258
commit
26cff461eb
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@ def get_browser(self):
|
|||
br = BasicNewsRecipe.get_browser(self)
|
||||
br.open('http://www.nybooks.com/account/signin/')
|
||||
br.select_form(nr=2)
|
||||
br['username'] = self.username
|
||||
br['password'] = self.password
|
||||
br['user_login'] = self.username
|
||||
br['user_password'] = self.password
|
||||
br.submit()
|
||||
return br
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue