youtube-dl

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

commit a5e52a1fd486db46e2115b949da29ec6c03b9bac
parent 291a93bafa066530c19244c4d156422cf41e140a
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  7 Dec 2015 22:05:54 +0600

[vk] Add test for pladform embed

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 @@ -165,6 +165,11 @@ class VKIE(InfoExtractor): # vk wrapper 'url': 'http://www.biqle.ru/watch/847655_160197695', 'only_matching': True, + }, + { + # pladform embed + 'url': 'https://vk.com/video-76116461_171554880', + 'only_matching': True, } ]