1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 08:34:32 +01:00
This commit is contained in:
Unknown 2020-08-19 03:05:38 +02:00
parent 0bfc3b7e7b
commit e7ff46dc8b

View File

@ -58,8 +58,6 @@ class VikiBaseIE(InfoExtractor):
resp = self._download_json(
self._prepare_call(path, timestamp, post_data), video_id, note, headers={'x-viki-app-ver': '2.2.5.1428709186'}, expected_status=[200, 400, 404])
print(resp)
error = resp.get('error')
if error:
if error == 'invalid timestamp':