From c7bb19ea5303aeac913e4e14466de3503b97a388 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 5 Jun 2020 11:26:04 +0530 Subject: [PATCH] Update Bangkok Post Fixes #1877045 [No news content when fetching news from the Bangkok Post](https://bugs.launchpad.net/calibre/+bug/1877045) --- recipes/bangkokpost.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/bangkokpost.recipe b/recipes/bangkokpost.recipe index a276a55496..38bef6e485 100644 --- a/recipes/bangkokpost.recipe +++ b/recipes/bangkokpost.recipe @@ -47,8 +47,7 @@ class BangkokPostRecipe(BasicNewsRecipe): feeds.append((u'Tech', u'http://www.bangkokpost.com/rss/data/tect.xml')) keep_only_tags = [ - dict(itemprop='headline'), - classes('articleContents'), + classes('article-headline articl-content'), ] def print_version(self, url):