mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 05:14:26 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ def get_feeds(self):
|
|||
'Most E-mailed Articles',
|
||||
'Automobiles', 'Fashion & Style', 'Television News',
|
||||
'Education']:
|
||||
feeds.append((link['title'], link['href']))
|
||||
feeds.append((link['title'], link['href'].replace('graphics8', 'www')))
|
||||
|
||||
return feeds
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue