mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a41399f2e3
commit
55fe0f86b2
@ -63,9 +63,9 @@ class NikkeiNet_paper_subscription(BasicNewsRecipe):
|
|||||||
br.submit()
|
br.submit()
|
||||||
# response = br.response()
|
# response = br.response()
|
||||||
print "-------------------------got login form------------------------------------"
|
print "-------------------------got login form------------------------------------"
|
||||||
br.select_form(name='LA0210Form01')
|
br.select_form(name='LA7010Form01')
|
||||||
br['LA0210Form01:LA0210Email'] = self.username
|
br['LA7010Form01:LA7010Email'] = self.username
|
||||||
br['LA0210Form01:LA0210Password'] = self.password
|
br['LA7010Form01:LA7010Password'] = self.password
|
||||||
br.submit()
|
br.submit()
|
||||||
# response = br.response()
|
# response = br.response()
|
||||||
print "-------------------------JS redirect---------------------------------------"
|
print "-------------------------JS redirect---------------------------------------"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user