mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
08e25915e6
commit
22914029e8
@ -29,7 +29,7 @@ class HistoryToday(BasicNewsRecipe):
|
|||||||
br['pass'] = self.password
|
br['pass'] = self.password
|
||||||
res = br.submit()
|
res = br.submit()
|
||||||
raw = res.read()
|
raw = res.read()
|
||||||
if 'Session limit exceeded' in raw:
|
if b'Session limit exceeded' in raw:
|
||||||
br.select_form(nr=1)
|
br.select_form(nr=1)
|
||||||
control = br.find_control('sid').items[1]
|
control = br.find_control('sid').items[1]
|
||||||
sid = []
|
sid = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user