From 9a81f55ac0c9dc9fcddf7d52800add59ded73b9f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 10 Aug 2025 08:51:52 +0800 Subject: [PATCH] fix #4510 --- app/modules/indexer/spider/mtorrent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/modules/indexer/spider/mtorrent.py b/app/modules/indexer/spider/mtorrent.py index 533da7f9..7266695a 100644 --- a/app/modules/indexer/spider/mtorrent.py +++ b/app/modules/indexer/spider/mtorrent.py @@ -249,7 +249,8 @@ class MTorrentSpider: 'header': { 'User-Agent': f'{self._ua}', 'Accept': 'application/json, text/plain, */*', - 'x-api-key': self._apikey + 'x-api-key': self._apikey, + 'proxies': self._proxy, }, 'result': 'data' }