about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-12-16 20:59:07 +0600
committerSergey M. <dstftw@gmail.com>2014-12-16 20:59:07 +0600
commitb4116dcdd5a415a14a4856d2706903d1d91d395f (patch)
treefbb7179b5709abb7954dbd763ca1a601b0d9a04a
parentbb18d787b5c0ded4865090e8022338db063520b2 (diff)
parent0647084f394ddbe440b012bdf30e1a4e00dcbebe (diff)
downloadyoutube-dl-b4116dcdd5a415a14a4856d2706903d1d91d395f.tar.gz
youtube-dl-b4116dcdd5a415a14a4856d2706903d1d91d395f.tar.xz
youtube-dl-b4116dcdd5a415a14a4856d2706903d1d91d395f.zip
Merge pull request #4490 from Tailszefox/master
[Allocine] Support for more URLs
-rw-r--r--youtube_dl/extractor/allocine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/allocine.py b/youtube_dl/extractor/allocine.py
index 623aeaf34..023e06fc6 100644
--- a/youtube_dl/extractor/allocine.py
+++ b/youtube_dl/extractor/allocine.py
@@ -12,7 +12,7 @@ from ..utils import (
 
 
 class AllocineIE(InfoExtractor):
-    _VALID_URL = r'https?://(?:www\.)?allocine\.fr/(?P<typ>article|video|film)/(fichearticle_gen_carticle=|player_gen_cmedia=|fichefilm_gen_cfilm=)(?P<id>[0-9]+)(?:\.html)?'
+    _VALID_URL = r'https?://(?:www\.)?allocine\.fr/(?P<typ>article|video|film)/(fichearticle_gen_carticle=|player_gen_cmedia=|fichefilm_gen_cfilm=|video-)(?P<id>[0-9]+)(?:\.html)?'
 
     _TESTS = [{
         'url': 'http://www.allocine.fr/article/fichearticle_gen_carticle=18635087.html',