fix(indexer): restore YemaPT search page size

This commit is contained in:
jxxghp
2026-08-03 18:10:43 +08:00
parent d625196b08
commit f25ee25bb0
3 changed files with 8 additions and 7 deletions

View File

@@ -14,7 +14,8 @@ class YemaSpider:
YemaPT 开放 API 索引器
"""
_size = 100
# YemaPT 开放 API 使用更大的分页容量时会返回空结果。
_size = 40
_movie_category = [4]
_tv_category = [5, 6, 13, 14, 15, 16, 17]