mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-04-24 10:30:33 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
## 如何使用
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user