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'