Fix nytimes to use the www server instead of graphics8 so that it fetches the latest articles.

This commit is contained in:
Kovid Goyal 2008-01-03 18:52:33 +00:00
parent fd46312fcc
commit 97278511e3

View File

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