mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix #4510
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user