mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/meuserj/calibre
This commit is contained in:
commit
03ccd2c8c9
@ -98,9 +98,9 @@ class Reason(BasicNewsRecipe):
|
||||
br = BasicNewsRecipe.get_browser(self)
|
||||
if self.username is not None and self.password is not None:
|
||||
br.open('https://reason.com/login')
|
||||
br.select_form(id='login_form')
|
||||
br['text_username'] = self.username
|
||||
br['password_password'] = self.password
|
||||
br.select_form(id='gform_0')
|
||||
br['input_1'] = self.username
|
||||
br['input_2'] = self.password
|
||||
br.submit()
|
||||
return br
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user