mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
feat(rousi): 新增分类参数支持以优化搜索功能
This commit is contained in:
@@ -217,6 +217,7 @@ class IndexerModule(_ModuleBase):
|
||||
error_flag, result = RousiSpider(site).search(
|
||||
keyword=search_word,
|
||||
mtype=mtype,
|
||||
cat=cat,
|
||||
page=page
|
||||
)
|
||||
else:
|
||||
@@ -311,6 +312,7 @@ class IndexerModule(_ModuleBase):
|
||||
error_flag, result = await RousiSpider(site).async_search(
|
||||
keyword=search_word,
|
||||
mtype=mtype,
|
||||
cat=cat,
|
||||
page=page
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user