diff --git a/recipes/lifehacker.recipe b/recipes/lifehacker.recipe index 857ed0ea64..f7beaa1c7c 100644 --- a/recipes/lifehacker.recipe +++ b/recipes/lifehacker.recipe @@ -49,7 +49,7 @@ class LifeHacker(BasicNewsRecipe): ]}) ] - feeds = [(u'Articles', u'http://feeds.gawker.com/lifehacker/vip?format=xml')] + feeds = [(u'Articles', u'https://lifehacker.com/rss')] conversion_options = { 'title': title, 'comments': description, 'publisher': publisher, 'tags': category, 'language': LANGUAGE, 'linearize_tables': True