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" # 作者主页