mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update FOX News
This commit is contained in:
parent
94c36e1d37
commit
7b520798ff
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user