1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-24 00:00:07 -04:00

[vk] Handle access denied error

This commit is contained in:
Sergey M․
2015-07-11 21:26:03 +06:00
parent 79913fde35
commit d919fa3344
+3
View File
@@ -222,6 +222,9 @@ class VKIE(InfoExtractor):
r'<!>Видео временно недоступно':
'Video %s is temporarily unavailable.',
r'<!>Access denied':
'Access denied to video %s.',
}
for error_re, error_msg in ERRORS.items():