[Allocine] Support for more URLs
authorTailszefox <tails@tailszefox.no-ip.com>
Tue, 16 Dec 2014 14:46:04 +0000 (15:46 +0100)
committerTailszefox <tails@tailszefox.no-ip.com>
Tue, 16 Dec 2014 14:46:04 +0000 (15:46 +0100)
youtube_dl/extractor/allocine.py

index 623aeaf3490c30f6fb2a26753a0e1cace3e4a560..023e06fc6b03ac76cd2435c4c25ef3656ef96243 100644 (file)
@@ -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',