youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit e58066e244bf9a04c2853e8829f7939bdefc9084
parent ee48b6a88f4b8f076699f539ee4c92389fa37643
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 18 Jul 2015 19:25:06 +0600

[vk] Add age restricted video test for reference

Diffstat:
Myoutube_dl/extractor/vk.py | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py @@ -155,6 +155,11 @@ class VKIE(InfoExtractor): 'only_matching': True, }, { + # age restricted video, requires vk account credentials + 'url': 'https://vk.com/video205387401_164765225', + 'only_matching': True, + }, + { # vk wrapper 'url': 'http://www.biqle.ru/watch/847655_160197695', 'only_matching': True,