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') ]