From 5fdebaf04d147a10df1113d27e0890f90315a186 Mon Sep 17 00:00:00 2001 From: thsrite Date: Wed, 9 Jul 2025 17:46:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E4=B8=BB=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E4=BE=9D=E8=B5=96=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.v2.json | 3 ++- plugins.v2/shortplaymonitor/__init__.py | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.v2.json b/package.v2.json index 2d9a0f5..5ea2dc6 100644 --- a/package.v2.json +++ b/package.v2.json @@ -539,11 +539,12 @@ "name": "短剧刮削", "description": "监控视频短剧创建,刮削。", "labels": "刮削", - "version": "4.0.2", + "version": "4.0.3", "icon": "Amule_B.png", "author": "thsrite", "level": 1, "history": { + "v4.0.3": "修复主程序依赖调整", "v4.0.2": "修复软连接bug", "v4.0.1": "适配主程序调整", "v4.0": "支持MoviePilot V2 版本", diff --git a/plugins.v2/shortplaymonitor/__init__.py b/plugins.v2/shortplaymonitor/__init__.py index e901dd1..7027d96 100644 --- a/plugins.v2/shortplaymonitor/__init__.py +++ b/plugins.v2/shortplaymonitor/__init__.py @@ -16,7 +16,8 @@ from requests import RequestException from watchdog.events import FileSystemEventHandler from watchdog.observers import Observer from watchdog.observers.polling import PollingObserver -from app.helper.sites import SitesHelper, SiteSpider +from app.helper.sites import SitesHelper +from app.modules.indexer.spider import SiteSpider from app.chain.tmdb import TmdbChain from app.core.config import settings @@ -62,7 +63,7 @@ class ShortPlayMonitor(_PluginBase): # 插件图标 plugin_icon = "Amule_B.png" # 插件版本 - plugin_version = "4.0.2" + plugin_version = "4.0.3" # 插件作者 plugin_author = "thsrite" # 作者主页