mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
For some reason the redirect for the boston globe is not working in mechanize
This commit is contained in:
parent
0238ae739b
commit
a1c943c1e0
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user