[gorillavid] Add support for filehoot.com
authorSergey M․ <dstftw@gmail.com>
Sun, 6 Sep 2015 01:24:47 +0000 (07:24 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 6 Sep 2015 01:24:47 +0000 (07:24 +0600)
youtube_dl/extractor/gorillavid.py

index 6226b90c837b4291c7af8c901a29d534d8d2eadd..1024a5c225e8baef02661152f7a04d5ae73abe4f 100644 (file)
@@ -15,10 +15,10 @@ from ..utils import (
 
 
 class GorillaVidIE(InfoExtractor):
-    IE_DESC = 'GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net'
+    IE_DESC = 'GorillaVid.in, daclips.in, movpod.in, fastvideo.in, realvid.net and filehoot.com'
     _VALID_URL = r'''(?x)
         https?://(?P<host>(?:www\.)?
-            (?:daclips\.in|gorillavid\.in|movpod\.in|fastvideo\.in|realvid\.net))/
+            (?:daclips\.in|gorillavid\.in|movpod\.in|fastvideo\.in|realvid\.net|filehoot\.com))/
         (?:embed-)?(?P<id>[0-9a-zA-Z]+)(?:-[0-9]+x[0-9]+\.html)?
     '''