[gorillavid] Add test for filehoot.com (Closes #6771)
This commit is contained in:
parent
b3e64671cc
commit
c7c0996d8c
1 changed files with 8 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue