From 3513da7f1252a3e3226dc3e33a72814a68bfa93a Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:30:03 +0800 Subject: [PATCH] tweak: replace ghproxy.com domain --- README.md | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2e33ec..ca31229 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jellyfin电影元数据插件,影片信息只要从豆瓣获取,并由TheMov 添加插件存储库: -国内加速:https://ghproxy.com/https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/manifest/manifest_cn.json +国内加速:https://gh-proxy.com/https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/manifest/manifest_cn.json 国外访问:https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/manifest/manifest.json diff --git a/build.sh b/build.sh index 3220aab..e955cb7 100755 --- a/build.sh +++ b/build.sh @@ -38,6 +38,6 @@ sed -i "s@/${ARTIFACT}/@/$TAG/@" "$JELLYFIN_MANIFEST" # 国内加速 cp -f "$JELLYFIN_MANIFEST" "$JELLYFIN_MANIFEST_CN" -sed -i "s@github.com@ghproxy.com/https://github.com@g" "$JELLYFIN_MANIFEST_CN" +sed -i "s@github.com@gh-proxy.com/https://github.com@g" "$JELLYFIN_MANIFEST_CN" exit $? \ No newline at end of file