projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79913fd
)
[vk] Handle access denied error
author
Sergey M․
<dstftw@gmail.com>
Sat, 11 Jul 2015 15:26:03 +0000
(21:26 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 11 Jul 2015 15:26:03 +0000
(21:26 +0600)
youtube_dl/extractor/vk.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vk.py
b/youtube_dl/extractor/vk.py
index 333c2a6348c91fe2b50849e9f7be30e7d32d3ac1..8ac3aeac0ca5a4ebf41654a88953c5b975cfef4a 100644
(file)
--- 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():