diff options
| -rw-r--r-- | youtube_dl/extractor/gorillavid.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/gorillavid.py b/youtube_dl/extractor/gorillavid.py index 9a2e020e9..1ac1da856 100644 --- a/youtube_dl/extractor/gorillavid.py +++ b/youtube_dl/extractor/gorillavid.py @@ -14,7 +14,7 @@ from ..utils import (  class GorillaVidIE(InfoExtractor): -    IE_DESC = 'GorillaVid.in, daclips.in and movpod.in' +    IE_DESC = 'GorillaVid.in, daclips.in, movpod.in and fastvideo.in'      _VALID_URL = r'''(?x)          https?://(?P<host>(?:www\.)?              (?:daclips\.in|gorillavid\.in|movpod\.in|fastvideo\.in))/ | 
