diff --git a/recipes/nytimes.recipe b/recipes/nytimes.recipe index 14d9910a22..31ab4408f6 100644 --- a/recipes/nytimes.recipe +++ b/recipes/nytimes.recipe @@ -116,7 +116,7 @@ class NYTimes(BasicNewsRecipe): ] tech_feeds = [ - (u'Tech - Pogues Posts', u'http://pogue.blogs.nytimes.com/feed/'), + (u'Tech - News', u'http://pogue.blogs.nytimes.com/feed/'), (u'Tech - Bits', u'http://bits.blogs.nytimes.com/feed/'), (u'Tech - Gadgetwise', u'http://gadgetwise.blogs.nytimes.com/feed/'), (u'Tech - Open', u'http://open.blogs.nytimes.com/feed/') diff --git a/recipes/nytimes_sub.recipe b/recipes/nytimes_sub.recipe index bb7ff14ae6..f059b578e2 100644 --- a/recipes/nytimes_sub.recipe +++ b/recipes/nytimes_sub.recipe @@ -116,7 +116,7 @@ class NYTimes(BasicNewsRecipe): ] tech_feeds = [ - (u'Tech - Pogues Posts', u'http://pogue.blogs.nytimes.com/feed/'), + (u'Tech - News', u'http://pogue.blogs.nytimes.com/feed/'), (u'Tech - Bits', u'http://bits.blogs.nytimes.com/feed/'), (u'Tech - Gadgetwise', u'http://gadgetwise.blogs.nytimes.com/feed/'), (u'Tech - Open', u'http://open.blogs.nytimes.com/feed/') diff --git a/recipes/nytimes_tech.recipe b/recipes/nytimes_tech.recipe index 7db2db9781..dc6f88d8bb 100644 --- a/recipes/nytimes_tech.recipe +++ b/recipes/nytimes_tech.recipe @@ -25,7 +25,7 @@ class NYTimesTechnology(BasicNewsRecipe): language = 'en' cover_url ='http://bit.ly/g0SKJT' feeds = [ - (u'Pogues Posts', u'http://pogue.blogs.nytimes.com/feed/'), + (u'News', u'http://pogue.blogs.nytimes.com/feed/'), (u'Bits', u'http://bits.blogs.nytimes.com/feed/'), (u'Gadgetwise', u'http://gadgetwise.blogs.nytimes.com/feed/'), (u'Open', u'http://open.blogs.nytimes.com/feed/')