mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-15 04:32:09 +08:00
fix: 修复 TorrentLeech 最新种子列表从第 21 页开始请求的问题 (#5933)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user