Fix #1944034 [The Video image hides text in FOX News article](https://bugs.launchpad.net/calibre/+bug/1944034)

This commit is contained in:
Kovid Goyal 2021-09-19 10:20:40 +05:30
parent 286e53b0c8
commit f5079f936d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'),