From 7d582cc4d8ddc5445c5a463e1d555322931f8a66 Mon Sep 17 00:00:00 2001 From: Cecil98 Date: Sat, 13 Jun 2026 07:44:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20TorrentLeech=20?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=A7=8D=E5=AD=90=E5=88=97=E8=A1=A8=E4=BB=8E?= =?UTF-8?q?=E7=AC=AC=2021=20=E9=A1=B5=E5=BC=80=E5=A7=8B=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#5933)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/indexer/spider/torrentleech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/indexer/spider/torrentleech.py b/app/modules/indexer/spider/torrentleech.py index 868a364e..1a23d639 100644 --- a/app/modules/indexer/spider/torrentleech.py +++ b/app/modules/indexer/spider/torrentleech.py @@ -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