From 7b520798ffa9e0f331c6bf984a44b5d10b29b107 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 22 Jan 2017 07:12:20 +0530 Subject: [PATCH] Update FOX News --- recipes/foxnews.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/foxnews.recipe b/recipes/foxnews.recipe index c8b6587bc8..bab2a8218e 100644 --- a/recipes/foxnews.recipe +++ b/recipes/foxnews.recipe @@ -34,7 +34,8 @@ class FoxNews(BasicNewsRecipe): remove_attributes = ['xmlns', 'lang'] keep_only_tags = [ - dict(itemprop=['headline', 'articleBody']), + dict(name='h1'), + dict(attrs={'class':'article-info article-body'.split()}), ] feeds = [