This commit is contained in:
Kovid Goyal 2023-11-24 13:45:07 +05:30
parent 5a3af4794a
commit 10d995c26c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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