mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-14 07:26:51 +00:00
Merge pull request #430 from InfinityPacer/main
This commit is contained in:
@@ -361,11 +361,12 @@
|
||||
"name": "站点刷流",
|
||||
"description": "自动托管刷流,将会提高对应站点的访问频率。",
|
||||
"labels": "刷流,仪表板",
|
||||
"version": "3.5",
|
||||
"version": "3.6",
|
||||
"icon": "brush.jpg",
|
||||
"author": "jxxghp,InfinityPacer",
|
||||
"level": 2,
|
||||
"history": {
|
||||
"v3.6": "优化检查服务中的时间管控",
|
||||
"v3.5": "移除「删种排除MoviePilot任务」配置项(请使用「删除排除标签」替代),完善刷流任务触发插件事件相关逻辑(联动H&R助手)",
|
||||
"v3.4": "移除「记录更多日志」配置项并调整为DEBUG日志,支持「删除排除标签」配置项,增加刷流任务时支持触发插件事件(联动H&R助手)",
|
||||
"v3.3": "支持QB删除种子时强制汇报Tracker,站点独立配置增加「站点全局H&R」配置项",
|
||||
|
||||
@@ -257,7 +257,7 @@ class BrushFlow(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "brush.jpg"
|
||||
# 插件版本
|
||||
plugin_version = "3.5"
|
||||
plugin_version = "3.6"
|
||||
# 插件作者
|
||||
plugin_author = "jxxghp,InfinityPacer"
|
||||
# 作者主页
|
||||
@@ -2306,10 +2306,6 @@ class BrushFlow(_PluginBase):
|
||||
if not brush_config.downloader:
|
||||
return
|
||||
|
||||
if not self.__is_current_time_in_range():
|
||||
logger.info(f"当前不在指定的刷流时间区间内,检查操作将暂时暂停")
|
||||
return
|
||||
|
||||
with lock:
|
||||
logger.info("开始检查刷流下载任务 ...")
|
||||
torrent_tasks: Dict[str, dict] = self.get_data("torrents") or {}
|
||||
|
||||
Reference in New Issue
Block a user