This commit is contained in:
jxxghp
2025-08-10 08:51:52 +08:00
parent a38b702acc
commit 9a81f55ac0
+2 -1
View File
@@ -249,7 +249,8 @@ 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,
}, },
'result': 'data' 'result': 'data'
} }