mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
721d491d54
commit
21205e69ef
@ -66,7 +66,7 @@ class BostonGlobeSubscription(BasicNewsRecipe):
|
||||
br = BasicNewsRecipe.get_browser(self)
|
||||
if self.username is not None and self.password is not None:
|
||||
def is_login_form(form):
|
||||
return form.action == "https://www.bostonglobe.com/Login"
|
||||
return form.action == "/eom/SysConfig/WebPortal/BostonGlobe/Framework/regi/login2.jsp"
|
||||
|
||||
# br.set_debug_http(True)
|
||||
# br.set_debug_responses(True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user