Update Lifehacker

This commit is contained in:
Kovid Goyal 2017-05-24 17:59:32 +05:30
parent ce02e0530a
commit 8790b9adbc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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