fix: 修复 TorrentLeech 最新种子列表从第 21 页开始请求的问题 (#5933)

This commit is contained in:
Cecil98
2026-06-13 07:44:30 +08:00
committed by GitHub
parent e27a9ba486
commit 7d582cc4d8

View File

@@ -12,7 +12,7 @@ class TorrentLeech:
_proxy = None
_size = 100
_searchurl = "%storrents/browse/list/query/%s"
_browseurl = "%storrents/browse/list/page/2%s"
_browseurl = "%storrents/browse/list/page/%s"
_downloadurl = "%sdownload/%s/%s"
_pageurl = "%storrent/%s"
_timeout = 15