mirror of https://github.com/yt-dlp/yt-dlp.git
[vk] Catch temporarily unavailable video error message
This commit is contained in:
parent
f7e2ee8fa6
commit
1aa5172f56
|
@ -152,7 +152,10 @@ class VKIE(InfoExtractor):
|
||||||
'use --username and --password options to provide account credentials.',
|
'use --username and --password options to provide account credentials.',
|
||||||
|
|
||||||
r'<!>Unknown error':
|
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():
|
for error_re, error_msg in ERRORS.items():
|
||||||
|
|
Loading…
Reference in New Issue