projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7e2ee8
)
[vk] Catch temporarily unavailable video error message
author
Sergey M․
<dstftw@gmail.com>
Sun, 1 Mar 2015 15:55:43 +0000
(21:55 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 1 Mar 2015 15:55:43 +0000
(21:55 +0600)
youtube_dl/extractor/vk.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vk.py
b/youtube_dl/extractor/vk.py
index 7dea8c59d2a30673b93ae181bab128b8ef0a8b58..08c3830a2f3fe1828e9025d2431782e7f1eea711 100644
(file)
--- a/
youtube_dl/extractor/vk.py
+++ b/
youtube_dl/extractor/vk.py
@@
-152,7
+152,10
@@
class VKIE(InfoExtractor):
'use --username and --password options to provide account credentials.',
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():