mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
更新 mtorrent.py
This commit is contained in:
@@ -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编码
|
||||||
|
|||||||
Reference in New Issue
Block a user