mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
parent
476febeb3a
commit
a38bd1defa
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ def _call_api(
|
||||||
data=json.dumps(data).encode('utf-8') if data else None,
|
data=json.dumps(data).encode('utf-8') if data else None,
|
||||||
headers=({'x-viki-app-ver': self._APP_VERSION} if data
|
headers=({'x-viki-app-ver': self._APP_VERSION} if data
|
||||||
else self._stream_headers(timestamp, sig) if query is None
|
else self._stream_headers(timestamp, sig) if query is None
|
||||||
else None)) or {}
|
else None), expected_status=400) or {}
|
||||||
|
|
||||||
self._raise_error(resp.get('error'), fatal)
|
self._raise_error(resp.get('error'), fatal)
|
||||||
return resp
|
return resp
|
||||||
|
|
Loading…
Reference in a new issue