mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-30 03:33:02 +00:00
[vk] Handle access denied error
This commit is contained in:
parent
79913fde35
commit
d919fa3344
1 changed files with 3 additions and 0 deletions
|
@ -222,6 +222,9 @@ def _real_extract(self, url):
|
||||||
|
|
||||||
r'<!>Видео временно недоступно':
|
r'<!>Видео временно недоступно':
|
||||||
'Video %s is temporarily unavailable.',
|
'Video %s is temporarily unavailable.',
|
||||||
|
|
||||||
|
r'<!>Access denied':
|
||||||
|
'Access denied to video %s.',
|
||||||
}
|
}
|
||||||
|
|
||||||
for error_re, error_msg in ERRORS.items():
|
for error_re, error_msg in ERRORS.items():
|
||||||
|
|
Loading…
Reference in a new issue