From d909d2effc8f0e18d2f44eb150373c6171d67efd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 24 May 2020 13:35:58 +0530 Subject: [PATCH] Fix #1880314 [BBC News fetch fails - conversion error](https://bugs.launchpad.net/calibre/+bug/1880314) --- recipes/bbc.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/bbc.recipe b/recipes/bbc.recipe index 451cd13562..a643ad5fe1 100644 --- a/recipes/bbc.recipe +++ b/recipes/bbc.recipe @@ -608,6 +608,8 @@ class BBCNews(BasicNewsRecipe): # blank / missing / empty articles which have an index title and then no # body. def print_version(self, url): + if url.startswith("https://www.bbc.co.uk/news/world-51235105"): + self.abort_article("This article contains a gigantic coronavirus table") # Handle sports page urls type 01: if (url.find("go/rss/-/sport1/") != -1):