fix bencode

This commit is contained in:
jxxghp
2026-03-24 22:05:27 +08:00
parent 20e18117ab
commit c33e7fe9df
5 changed files with 8 additions and 4 deletions

View File

@@ -139,11 +139,12 @@
"name": "自动转移做种", "name": "自动转移做种",
"description": "定期转移下载器中的做种任务到另一个下载器。", "description": "定期转移下载器中的做种任务到另一个下载器。",
"labels": "做种", "labels": "做种",
"version": "1.10.2", "version": "1.10.3",
"icon": "seed.png", "icon": "seed.png",
"author": "jxxghp", "author": "jxxghp",
"level": 2, "level": 2,
"history": { "history": {
"v1.10.3": "更新依赖库",
"v1.10.2": "增加保留原标签和原分类的选项", "v1.10.2": "增加保留原标签和原分类的选项",
"v1.10.1": "优化“立即运行一次”按钮位置", "v1.10.1": "优化“立即运行一次”按钮位置",
"v1.10": "支持跳过校验(仅支持 qBittorrent", "v1.10": "支持跳过校验(仅支持 qBittorrent",
@@ -286,11 +287,12 @@
"name": "青蛙辅种助手", "name": "青蛙辅种助手",
"description": "参考ReseedPuppy和IYUU辅种插件实现自动辅种支持站点青蛙、AGSVPT、麒麟、UBits、聆音、憨憨等。", "description": "参考ReseedPuppy和IYUU辅种插件实现自动辅种支持站点青蛙、AGSVPT、麒麟、UBits、聆音、憨憨等。",
"labels": "做种", "labels": "做种",
"version": "3.0.1", "version": "3.0.2",
"icon": "qingwa.png", "icon": "qingwa.png",
"author": "233@qingwa", "author": "233@qingwa",
"level": 2, "level": 2,
"history": { "history": {
"v3.0.2": "更新依赖库",
"v3.0.1": "遗漏了一个私有属性", "v3.0.1": "遗漏了一个私有属性",
"v3.0": "兼容MoviePilot V2 版本" "v3.0": "兼容MoviePilot V2 版本"
} }

View File

@@ -179,7 +179,7 @@ class CrossSeed(_PluginBase):
# 插件图标 # 插件图标
plugin_icon = "qingwa.png" plugin_icon = "qingwa.png"
# 插件版本 # 插件版本
plugin_version = "3.0.1" plugin_version = "3.0.2"
# 插件作者 # 插件作者
plugin_author = "233@qingwa" plugin_author = "233@qingwa"
# 作者主页 # 作者主页

View File

@@ -0,0 +1 @@
fast-bencode~=1.1.7

View File

@@ -28,7 +28,7 @@ class TorrentTransfer(_PluginBase):
# 插件图标 # 插件图标
plugin_icon = "seed.png" plugin_icon = "seed.png"
# 插件版本 # 插件版本
plugin_version = "1.10.2" plugin_version = "1.10.3"
# 插件作者 # 插件作者
plugin_author = "jxxghp" plugin_author = "jxxghp"
# 作者主页 # 作者主页

View File

@@ -0,0 +1 @@
fast-bencode~=1.1.7