[vk] Catch temporarily unavailable video error message

This commit is contained in:
Sergey M․ 2015-03-01 21:55:43 +06:00
parent f7e2ee8fa6
commit 1aa5172f56
1 changed files with 4 additions and 1 deletions

View File

@ -152,7 +152,10 @@ class VKIE(InfoExtractor):
'use --username and --password options to provide account credentials.',
r'<!>Unknown error':
'Video %s does not exist.'
'Video %s does not exist.',
r'<!>Видео временно недоступно':
'Video %s is temporarily unavailable.',
}
for error_re, error_msg in ERRORS.items():