Skip to content

Commit

Permalink
Update FOX News
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 22, 2017
1 parent 94c36e1 commit 7b52079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/foxnews.recipe
Expand Up @@ -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 = [
Expand Down

0 comments on commit 7b52079

Please sign in to comment.