mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 15:09:12 +00:00
@@ -283,12 +283,11 @@
|
||||
"name": "IYUU自动辅种",
|
||||
"description": "基于IYUU官方Api实现自动辅种。",
|
||||
"labels": "做种,IYUU",
|
||||
"version": "1.9.4",
|
||||
"version": "1.9.3",
|
||||
"icon": "IYUU.png",
|
||||
"author": "jxxghp",
|
||||
"level": 2,
|
||||
"history": {
|
||||
"v1.9.4": "修复qBittorrent辅种后不会自动开始做种",
|
||||
"v1.9.3": "修复Monika因缺少rsskey,种子下载失败的问题",
|
||||
"v1.9.2": "适配馒头使用API下载种子",
|
||||
"v1.9.1": "支持自定义辅种的种子分类",
|
||||
|
||||
@@ -34,7 +34,7 @@ class IYUUAutoSeed(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "IYUU.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.9.4"
|
||||
plugin_version = "1.9.3"
|
||||
# 插件作者
|
||||
plugin_author = "jxxghp"
|
||||
# 作者主页
|
||||
@@ -967,9 +967,6 @@ class IYUUAutoSeed(_PluginBase):
|
||||
if downloader == "qbittorrent":
|
||||
# 开始校验种子
|
||||
downloader_obj.recheck_torrents(ids=[download_id])
|
||||
# qbittorrent 添加种子后会标记为完成不会自动做种,需要手动开始
|
||||
if downloader == "qbittorrent":
|
||||
downloader_obj.start_torrents(ids=[download_id])
|
||||
# 下载成功
|
||||
logger.info(f"成功添加辅种下载,站点:{site_info.get('name')},种子链接:{torrent_url}")
|
||||
# 成功也加入缓存,有一些改了路径校验不通过的,手动删除后,下一次又会辅上
|
||||
|
||||
Reference in New Issue
Block a user