From 21205e69ef8957143868c6893453ecd172808ad4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 12 Dec 2017 07:15:34 +0530 Subject: [PATCH] ... --- recipes/boston.com.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/boston.com.recipe b/recipes/boston.com.recipe index 6515f9a4d1..4bf89eb4f0 100644 --- a/recipes/boston.com.recipe +++ b/recipes/boston.com.recipe @@ -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)