mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-02-03 02:04:47 +08:00
chore: update proxy domain
This commit is contained in:
@@ -19,7 +19,7 @@ jellyfin弹幕自动下载插件,已支持的弹幕来源:b站,弹弹play
|
||||
|
||||
添加插件存储库:
|
||||
|
||||
国内加速:https://mirror.ghproxy.com/https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/manifest/manifest_cn.json
|
||||
国内加速:https://ghfast.top/https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/manifest/manifest_cn.json
|
||||
|
||||
国外访问:https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/manifest/manifest.json
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ def main():
|
||||
json.dump(manifest, f, indent=2)
|
||||
|
||||
# 国内加速
|
||||
cn_domain = 'https://mirror.ghproxy.com/'
|
||||
cn_domain = 'https://ghfast.top/'
|
||||
if 'CN_DOMAIN' in os.environ and os.environ["CN_DOMAIN"]:
|
||||
cn_domain = os.environ["CN_DOMAIN"]
|
||||
cn_domain = cn_domain.rstrip('/')
|
||||
|
||||
Reference in New Issue
Block a user