1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-20 08:05:40 +07:00
This commit is contained in:
Kitten King
2019-07-26 21:00:18 +05:30
committed by Sergey M
parent 608b8a4300
commit 843ad1796b
5 changed files with 5 additions and 5 deletions

View File

@@ -326,7 +326,7 @@ def get_play_json(cf, timestamp):
elif play_json.get('code'):
raise ExtractorError('Letv cloud returned error %d' % play_json['code'], expected=True)
else:
raise ExtractorError('Letv cloud returned an unknwon error')
raise ExtractorError('Letv cloud returned an unknown error')
def b64decode(s):
return compat_b64decode(s).decode('utf-8')