Merge pull request #174 from Pixel-LH/main

This commit is contained in:
jxxghp
2024-04-04 12:15:51 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

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