mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-27 11:11:07 +08:00
更新 __init__.py
This commit is contained in:
@@ -391,7 +391,7 @@ class IndexerModule(_ModuleBase):
|
|||||||
:param page: 页码
|
:param page: 页码
|
||||||
:reutrn: 种子资源列表
|
:reutrn: 种子资源列表
|
||||||
"""
|
"""
|
||||||
return self.search_torrents(site=site, keywords=[keyword], cat=cat, page=page)
|
return self.search_torrents(site=site, keyword=keyword, cat=cat, page=page)
|
||||||
|
|
||||||
async def async_refresh_torrents(self, site: dict,
|
async def async_refresh_torrents(self, site: dict,
|
||||||
keyword: Optional[str] = None,
|
keyword: Optional[str] = None,
|
||||||
@@ -405,7 +405,7 @@ class IndexerModule(_ModuleBase):
|
|||||||
:param page: 页码
|
:param page: 页码
|
||||||
:reutrn: 种子资源列表
|
:reutrn: 种子资源列表
|
||||||
"""
|
"""
|
||||||
return await self.async_search_torrents(site=site, keywords=[keyword], cat=cat, page=page)
|
return await self.async_search_torrents(site=site, keyword=keyword, cat=cat, page=page)
|
||||||
|
|
||||||
def refresh_userdata(self, site: dict) -> Optional[SiteUserData]:
|
def refresh_userdata(self, site: dict) -> Optional[SiteUserData]:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user