feat: 支持站点音乐分类搜索

This commit is contained in:
jxxghp
2026-08-13 19:45:09 +08:00
parent c86307ddd1
commit 23a90991fc
14 changed files with 464 additions and 38 deletions
+2
View File
@@ -252,6 +252,7 @@ class IndexerModule(_ModuleBase):
elif site.get('parser') == "TorrentLeech":
error_flag, result = TorrentLeech(site).search(
keyword=search_word,
mtype=mtype,
page=page
)
elif site.get('parser') == "mTorrent":
@@ -395,6 +396,7 @@ class IndexerModule(_ModuleBase):
elif site.get('parser') == "TorrentLeech":
error_flag, result = await TorrentLeech(site).async_search(
keyword=search_word,
mtype=mtype,
page=page
)
elif site.get('parser') == "mTorrent":