mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-04 10:02:48 +01:00
[vk] Handle access denied error
This commit is contained in:
parent
79913fde35
commit
d919fa3344
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user