diff --git a/recipes/lifehacker.recipe b/recipes/lifehacker.recipe index f091baee8d..054325944a 100644 --- a/recipes/lifehacker.recipe +++ b/recipes/lifehacker.recipe @@ -26,11 +26,13 @@ class LifeHacker(BasicNewsRecipe): remove_empty_feeds = True keep_only_tags = [ - classes('headline author post-content'), + dict(name='h1'), + classes('headline author post-content js_post-content'), ] remove_tags = [ - classes('commerce-inset gmg-avatar js_ad-dynamic'), + classes('magnifier commerce-inset gmg-avatar js_ad-dynamic instream-native-video inset--story'), dict(id='lifehacker-avatar-svg'), + dict(name='aside'), ] remove_tags_after = classes('post-content')