mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 13:53:09 +02:00
Update FOX News
This commit is contained in:
parent
94c36e1d37
commit
7b520798ff
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue