更新 mtorrent.py

This commit is contained in:
jxxghp
2025-08-10 22:10:11 +08:00
committed by GitHub
parent 1efb9af7ab
commit c3045e2cd4
+2 -2
View File
@@ -249,9 +249,9 @@ class MTorrentSpider:
'header': { 'header': {
'User-Agent': f'{self._ua}', 'User-Agent': f'{self._ua}',
'Accept': 'application/json, text/plain, */*', 'Accept': 'application/json, text/plain, */*',
'x-api-key': self._apikey, 'x-api-key': self._apikey
'proxies': self._proxy,
}, },
'proxy': True if self._proxy else False,
'result': 'data' 'result': 'data'
} }
# base64编码 # base64编码