For some reason the redirect for the boston globe is not working in mechanize

This commit is contained in:
Kovid Goyal 2019-05-03 19:35:18 +05:30
parent 0238ae739b
commit a1c943c1e0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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