From: Sergey M․ Date: Sun, 6 Sep 2015 01:32:06 +0000 (+0600) Subject: [gorillavid] Add test for filehoot.com (Closes #6771) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=c7c0996d8c2136dc863e45169a19def3269562a0;p=youtube-dl [gorillavid] Add test for filehoot.com (Closes #6771) --- 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):