mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Merge branch 'master' of https://github.com/daisuky-jp/calibre
This commit is contained in:
commit
18273cb24a
@ -66,7 +66,7 @@ class NikkeiNet_paper_subscription(BasicNewsRecipe):
|
|||||||
br.select_form(name='LA7010Form01')
|
br.select_form(name='LA7010Form01')
|
||||||
br['LA7010Form01:LA7010Email'] = self.username
|
br['LA7010Form01:LA7010Email'] = self.username
|
||||||
br['LA7010Form01:LA7010Password'] = self.password
|
br['LA7010Form01:LA7010Password'] = self.password
|
||||||
br.submit()
|
br.submit(id='LA7010Form01:submitBtn')
|
||||||
# response = br.response()
|
# response = br.response()
|
||||||
print "-------------------------JS redirect---------------------------------------"
|
print "-------------------------JS redirect---------------------------------------"
|
||||||
br.select_form(nr=0)
|
br.select_form(nr=0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user