feat:协程搜索 part3

This commit is contained in:
jxxghp
2025-08-01 08:40:25 +08:00
parent 4fcdd05e6a
commit d657bf8ed8
2 changed files with 156 additions and 1 deletions

View File

@@ -642,7 +642,7 @@ class ChainBase(metaclass=ABCMeta):
:param page: 页码
:reutrn: 资源列表
"""
return await self.async_run_module("search_torrents", site=site, keywords=keywords,
return await self.async_run_module("async_search_torrents", site=site, keywords=keywords,
mtype=mtype, page=page)
def refresh_torrents(self, site: dict, keyword: Optional[str] = None,