summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-09-06 07:32:06 +0600
committerSergey M․ <dstftw@gmail.com>2015-09-06 07:32:06 +0600
commitc7c0996d8c2136dc863e45169a19def3269562a0 (patch)
tree9c95f84d3637a84199f7e94232bbf497e76b3ff0
parentb3e64671cc7a33386c2e484da8eddcc694d85302 (diff)
downloadyoutube-dl-c7c0996d8c2136dc863e45169a19def3269562a0.tar.gz
youtube-dl-c7c0996d8c2136dc863e45169a19def3269562a0.tar.xz
youtube-dl-c7c0996d8c2136dc863e45169a19def3269562a0.zip
[gorillavid] Add test for filehoot.com (Closes #6771)
-rw-r--r--youtube_dl/extractor/gorillavid.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/youtube_dl/extractor/gorillavid.py b/youtube_dl/extractor/gorillavid.py
index afdf4e4c4..d23e3eac1 100644
--- a/youtube_dl/extractor/gorillavid.py
+++ b/youtube_dl/extractor/gorillavid.py
@@ -68,6 +68,14 @@ class GorillaVidIE(InfoExtractor):
     }, {
         'url': 'http://movpod.in/0wguyyxi1yca',
         '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):