youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c7c0996d8c2136dc863e45169a19def3269562a0
parent b3e64671cc7a33386c2e484da8eddcc694d85302
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  6 Sep 2015 07:32:06 +0600

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

Diffstat:
Myoutube_dl/extractor/gorillavid.py | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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):