Skip to content

Commit

Permalink
Update Lifehacker
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed May 24, 2017
1 parent ce02e05 commit 8790b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/lifehacker.recipe
Expand Up @@ -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
Expand Down

0 comments on commit 8790b9a

Please sign in to comment.