tweak: replace ghproxy.com domain

This commit is contained in:
cxfksword 2023-11-09 15:30:03 +08:00
parent a6cdbce02d
commit 3513da7f12
2 changed files with 2 additions and 2 deletions

View File

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

View File

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