mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
feat: 支持站点音乐分类搜索
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user