This commit is contained in:
jxxghp
2025-08-10 08:51:52 +08:00
parent a38b702acc
commit 9a81f55ac0

View File

@@ -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'
}