mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix #1944034 [The Video image hides text in FOX News article](https://bugs.launchpad.net/calibre/+bug/1944034)
This commit is contained in:
parent
286e53b0c8
commit
f5079f936d
@ -43,6 +43,9 @@ class FoxNews(BasicNewsRecipe):
|
||||
dict(name='h1'),
|
||||
classes('byline author date source article-info article-body featured-image'),
|
||||
]
|
||||
remove_tags = [
|
||||
classes('featured-video video-container'),
|
||||
]
|
||||
|
||||
feeds = [(u'Latest Headlines', u'http://feeds.foxnews.com/foxnews/latest'),
|
||||
(u'National', u'http://feeds.foxnews.com/foxnews/national'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user