This commit is contained in:
Kovid Goyal 2017-12-12 07:15:34 +05:30
parent 721d491d54
commit 21205e69ef
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)