mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[vk] Add test for pladform embed
This commit is contained in:
parent
291a93bafa
commit
a5e52a1fd4
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue