1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-09 14:58:54 +00:00

[vk] Add test for pladform embed

This commit is contained in:
Sergey M․ 2015-12-07 22:05:54 +06:00
parent 291a93bafa
commit a5e52a1fd4

View file

@ -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,
}
]