瀏覽代碼

[vessel] Add tests for #11068

Sergey M․ 8 年之前
父節點
當前提交
a901fc5fc2
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      youtube_dl/extractor/vessel.py

+ 6 - 0
youtube_dl/extractor/vessel.py

@@ -32,6 +32,12 @@ class VesselIE(InfoExtractor):
     }, {
         'url': 'https://www.vessel.com/embed/G4U7gUJ6a?w=615&h=346',
         'only_matching': True,
+    }, {
+        'url': 'https://www.vessel.com/videos/F01_dsLj1',
+        'only_matching': True,
+    }, {
+        'url': 'https://www.vessel.com/videos/RRX-sir-J',
+        'only_matching': True,
     }]
 
     @staticmethod