From 10d995c26c50e61e633f48751ffec11278580b64 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Nov 2023 13:45:07 +0530 Subject: [PATCH] ... --- recipes/singtaohk.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/singtaohk.recipe b/recipes/singtaohk.recipe index cc517732ab..226a2d7ce2 100644 --- a/recipes/singtaohk.recipe +++ b/recipes/singtaohk.recipe @@ -4,7 +4,7 @@ from calibre.ptempfile import PersistentTemporaryFile class STHKRecipe(BasicNewsRecipe): title = '星島日報 (香港)' __author__ = 'unkn0wn' - description = 'The Sing Tao Daily is among Hong Kong's oldest Chinese language newspapers. (https://std.stheadline.com/)' + description = 'The Sing Tao Daily is among Hong Kong\'s oldest Chinese language newspapers. (https://std.stheadline.com/)' category = 'Chinese, News, Hong Kong' masthead_url = 'https://std.stheadline.com/dist/images/logo-v2@2x.png' no_stylesheets = True @@ -23,7 +23,7 @@ class STHKRecipe(BasicNewsRecipe): dict(name='article', attrs={'class':'content'}) ] remove_tags = [ - dict(name=['video', 'svg', 'button']), + dict(name=['video', 'svg', 'button']), dict(attrs={'id':'articleShareIcons'}), classes('in-article-banner stick-box-gray article-pagination comments') ]