X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fvk.py;h=8ac3aeac0ca5a4ebf41654a88953c5b975cfef4a;hb=50aa2bb6b94805d901f00d4da7a1b4ff1fcd5169;hp=333c2a6348c91fe2b50849e9f7be30e7d32d3ac1;hpb=79913fde35ead6247d7b764f3a95059fc4f17dbb;p=youtube-dl.git diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py index 333c2a634..8ac3aeac0 100644 --- a/youtube_dl/extractor/vk.py +++ b/youtube_dl/extractor/vk.py @@ -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():