Browse Source

[vk] Handle access denied error

totalwebcasting
Sergey M․ 9 years ago
parent
commit
d919fa3344
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      youtube_dl/extractor/vk.py

+ 3
- 0
youtube_dl/extractor/vk.py View File

@ -222,6 +222,9 @@ class VKIE(InfoExtractor):
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…
Cancel
Save