tweak: replace ghproxy.com domain
This commit is contained in:
parent
a6cdbce02d
commit
3513da7f12
|
@ -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
|
||||
|
||||
|
|
2
build.sh
2
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 $?
|
Loading…
Reference in New Issue