1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-09 22:59:32 +00: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

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():