浏览代码

[gorillavid] Add test for filehoot.com (Closes #6771)

Sergey M․ 10 年之前
父节点
当前提交
c7c0996d8c
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      youtube_dl/extractor/gorillavid.py

+ 8 - 0
youtube_dl/extractor/gorillavid.py

@@ -68,6 +68,14 @@ class GorillaVidIE(InfoExtractor):
     }, {
     }, {
         'url': 'http://movpod.in/0wguyyxi1yca',
         'url': 'http://movpod.in/0wguyyxi1yca',
         'only_matching': True,
         'only_matching': True,
+    }, {
+        'url': 'http://filehoot.com/3ivfabn7573c.html',
+        'info_dict': {
+            'id': '3ivfabn7573c',
+            'ext': 'mp4',
+            'title': 'youtube-dl test video \'äBaW_jenozKc.mp4.mp4',
+            'thumbnail': 're:http://.*\.jpg',
+        }
     }]
     }]
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):