From 8790b9adbcaf7815cae559607c88f340bb0f1808 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 May 2017 17:59:32 +0530 Subject: [PATCH] Update Lifehacker --- recipes/lifehacker.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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