mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5a3af4794a
commit
10d995c26c
@ -4,7 +4,7 @@ from calibre.ptempfile import PersistentTemporaryFile
|
|||||||
class STHKRecipe(BasicNewsRecipe):
|
class STHKRecipe(BasicNewsRecipe):
|
||||||
title = '星島日報 (香港)'
|
title = '星島日報 (香港)'
|
||||||
__author__ = 'unkn0wn'
|
__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'
|
category = 'Chinese, News, Hong Kong'
|
||||||
masthead_url = 'https://std.stheadline.com/dist/images/logo-v2@2x.png'
|
masthead_url = 'https://std.stheadline.com/dist/images/logo-v2@2x.png'
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
@ -23,7 +23,7 @@ class STHKRecipe(BasicNewsRecipe):
|
|||||||
dict(name='article', attrs={'class':'content'})
|
dict(name='article', attrs={'class':'content'})
|
||||||
]
|
]
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name=['video', 'svg', 'button']),
|
dict(name=['video', 'svg', 'button']),
|
||||||
dict(attrs={'id':'articleShareIcons'}),
|
dict(attrs={'id':'articleShareIcons'}),
|
||||||
classes('in-article-banner stick-box-gray article-pagination comments')
|
classes('in-article-banner stick-box-gray article-pagination comments')
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user