mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Fix nytimes to use the www server instead of graphics8 so that it fetches the latest articles.
This commit is contained in:
parent
fd46312fcc
commit
97278511e3
@ -59,7 +59,7 @@ class NYTimes(DefaultProfile):
|
|||||||
'Most E-mailed Articles',
|
'Most E-mailed Articles',
|
||||||
'Automobiles', 'Fashion & Style', 'Television News',
|
'Automobiles', 'Fashion & Style', 'Television News',
|
||||||
'Education']:
|
'Education']:
|
||||||
feeds.append((link['title'], link['href']))
|
feeds.append((link['title'], link['href'].replace('graphics8', 'www')))
|
||||||
|
|
||||||
return feeds
|
return feeds
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user