From a1c943c1e0bd56c9274a9e7f4580ed5181110f47 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 3 May 2019 19:35:18 +0530 Subject: [PATCH] For some reason the redirect for the boston globe is not working in mechanize --- 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 664cc70771..a7bcb2233a 100644 --- a/recipes/boston.com.recipe +++ b/recipes/boston.com.recipe @@ -23,7 +23,7 @@ class BostonGlobeSubscription(BasicNewsRecipe): __author__ = 'Rob Freundlich' description = 'Boston Globe with full articles for subscribers' language = 'en' - INDEX = 'https://www.bostonglobe.com/todayspaper/%Y/%m/%d' + INDEX = 'https://www3.bostonglobe.com/todayspaper/%Y/%m/%d?arc404=true' todaysDate = date.today().strftime("%d/%m/%Y") timefmt = ' [%a, %d %b, %Y]' needs_subscription = 'optional'