diff --git a/README.md b/README.md index f0e3442..48c178b 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ jellyfin的b站弹幕自动下载插件,会匹配b站番剧/电影视频,自 添加插件存储库: -国内加速:https://raw.iqiq.io/cxfksword/jellyfin-plugin-danmu/main/manifest.json +国内加速:https://ghproxy.com/https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/manifest/manifest_cn.json -国外访问:https://github.com/cxfksword/jellyfin-plugin-danmu/raw/main/manifest.json +国外访问:https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/manifest/manifest.json ## 如何使用 diff --git a/build_plugin.py b/build_plugin.py index 77cb1a5..ee427ef 100644 --- a/build_plugin.py +++ b/build_plugin.py @@ -53,7 +53,7 @@ os.system('sed -i "s/\/danmu\//\/%s\//" %s' % (git_version, jellyfin_repo_file)) # 国内加速 jellyfin_repo_file_cn = jellyfin_repo_file.replace(".json", "_cn.json") os.system('cp -f %s %s' % (jellyfin_repo_file, jellyfin_repo_file_cn)) -os.system('sed "s/github.com/ghproxy.com\/https:\/\/github.com/g" "%s"' % (jellyfin_repo_file_cn)) +os.system('sed -i "s/github.com/ghproxy.com\/https:\/\/github.com/g" "%s"' % (jellyfin_repo_file_cn)) print(version)