From c7d16befe0e13fa0db19a912e8b50f36deaf965d Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:56:29 +0530 Subject: [PATCH] Update bangkokpost.recipe --- recipes/bangkokpost.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/bangkokpost.recipe b/recipes/bangkokpost.recipe index 38bef6e485..464ad9800c 100644 --- a/recipes/bangkokpost.recipe +++ b/recipes/bangkokpost.recipe @@ -47,7 +47,7 @@ class BangkokPostRecipe(BasicNewsRecipe): feeds.append((u'Tech', u'http://www.bangkokpost.com/rss/data/tect.xml')) keep_only_tags = [ - classes('article-headline articl-content'), + classes('article-headline article-content'), ] def print_version(self, url):