소스 검색

[vk] Add test for pladform embed

Sergey M․ 10 년 전
부모
커밋
a5e52a1fd4
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      youtube_dl/extractor/vk.py

+ 5 - 0
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,
         }
     ]