From 632c2589a0717780e0070b64b114497821a9a20e Mon Sep 17 00:00:00 2001 From: luojianquan443 <2569646547@qq.com> Date: Thu, 4 Apr 2024 12:01:10 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=E6=9B=B4=E6=8D=A2=E6=86=A8=E6=86=A8?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- plugins/crossseed/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4bd7dee..52224d5 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "CrossSeed": { "name": "青蛙辅种助手", "description": "参考ReseedPuppy和IYUU辅种插件实现自动辅种,支持站点:青蛙、AGSVPT、麒麟、UBits、聆音、憨憨等。", - "version": "2.0", + "version": "2.1", "icon": "qingwa.png", "author": "233@qingwa", "level": 2 diff --git a/plugins/crossseed/__init__.py b/plugins/crossseed/__init__.py index fc75269..c981619 100644 --- a/plugins/crossseed/__init__.py +++ b/plugins/crossseed/__init__.py @@ -56,7 +56,7 @@ class CSSiteConfig(object): def get_api_url(self): if self.name == "憨憨": - return f"{self.url}npapi/pieces-hash" + return f"{self.url}nexusapi/pieces-hash" return f"{self.url}api/pieces-hash" def get_torrent_url(self, torrent_id: str): @@ -177,7 +177,7 @@ class CrossSeed(_PluginBase): # 插件图标 plugin_icon = "qingwa.png" # 插件版本 - plugin_version = "2.0" + plugin_version = "2.1" # 插件作者 plugin_author = "233@qingwa" # 作者主页