From a359c220e3915898f03b572456a09ef3092cd834 Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Sun, 16 Feb 2025 15:09:56 +0800 Subject: [PATCH] chore: update proxy domain --- README.md | 2 +- scripts/generate_manifest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e34f24..a7c6d64 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/generate_manifest.py b/scripts/generate_manifest.py index 9dce491..5a03f45 100755 --- a/scripts/generate_manifest.py +++ b/scripts/generate_manifest.py @@ -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('/')