From f5079f936d77fd263e5b72848608bed5679d4f5b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Sep 2021 10:20:40 +0530 Subject: [PATCH] Fix #1944034 [The Video image hides text in FOX News article](https://bugs.launchpad.net/calibre/+bug/1944034) --- recipes/foxnews.recipe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/foxnews.recipe b/recipes/foxnews.recipe index 8e50b25948..3fe1761e7e 100644 --- a/recipes/foxnews.recipe +++ b/recipes/foxnews.recipe @@ -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'),