Update FOX News

This commit is contained in:
Kovid Goyal 2017-01-22 07:12:20 +05:30
parent 94c36e1d37
commit 7b520798ff

View File

@ -34,7 +34,8 @@ class FoxNews(BasicNewsRecipe):
remove_attributes = ['xmlns', 'lang'] remove_attributes = ['xmlns', 'lang']
keep_only_tags = [ keep_only_tags = [
dict(itemprop=['headline', 'articleBody']), dict(name='h1'),
dict(attrs={'class':'article-info article-body'.split()}),
] ]
feeds = [ feeds = [