From 9ca80684b6250165de2e7a71342e5bfbfc4f6a6d Mon Sep 17 00:00:00 2001 From: Hqyel Date: Fri, 8 Aug 2025 13:23:33 +0800 Subject: [PATCH] Update __init__.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修订插件版本 --- plugins.v2/nullbrsearch/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.v2/nullbrsearch/__init__.py b/plugins.v2/nullbrsearch/__init__.py index 5aee906..1821e85 100644 --- a/plugins.v2/nullbrsearch/__init__.py +++ b/plugins.v2/nullbrsearch/__init__.py @@ -322,7 +322,7 @@ class NullbrSearch(_PluginBase): plugin_name = "Nullbr资源搜索" plugin_desc = "优先使用Nullbr API搜索影视资源,支持多种资源类型(115网盘、磁力、ed2k、m3u8)" plugin_icon = "https://raw.githubusercontent.com/Hqyel/MoviePilot-Plugins/main/icons/nullbr.png" - plugin_version = "1.0.6" + plugin_version = "1.0.7" plugin_author = "Hqyel" author_url = "https://github.com/Hqyel" plugin_config_prefix = "nullbr_" @@ -1776,4 +1776,4 @@ class NullbrSearch(_PluginBase): # 导出插件类,确保插件系统能正确识别 -__all__ = ['NullbrSearch'] \ No newline at end of file +__all__ = ['NullbrSearch']