From 67a4d13d68360138e24cad444be3963c2acc7b9e Mon Sep 17 00:00:00 2001 From: Mister Hat Date: Wed, 22 Apr 2015 14:45:05 -0500 Subject: [PATCH] fixed regex --- youtube_dl/extractor/gorillavid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/gorillavid.py b/youtube_dl/extractor/gorillavid.py index bcf7057d9..179116aa1 100644 --- a/youtube_dl/extractor/gorillavid.py +++ b/youtube_dl/extractor/gorillavid.py @@ -18,7 +18,7 @@ class GorillaVidIE(InfoExtractor): IE_DESC = 'GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net' _VALID_URL = r'''(?x) https?://(?P(?:www\.)? - (?:daclips\.in|gorillavid\.in|movpod\.in|fastvideo\.in|realvid.net))/ + (?:daclips\.in|gorillavid\.in|movpod\.in|fastvideo\.in|realvid\.net))/ (?:embed-)?(?P[0-9a-zA-Z]+)(?:-[0-9]+x[0-9]+\.html)? '''