fix: stop torrent search paging after short pages

This commit is contained in:
jxxghp
2026-05-19 17:54:39 +08:00
parent cdddd8e080
commit 7866aee1de
12 changed files with 497 additions and 82 deletions
+7
View File
@@ -49,6 +49,13 @@ class HaiDanSpider:
"7": 1
}
@classmethod
def get_search_page_size(cls, keyword: str = None) -> None:
"""
海胆搜索入口当前没有接入页码参数,不参与自动翻页。
"""
return None
def __init__(self, indexer: dict):
self.systemconfig = SystemConfigOper()
if indexer: