summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-12-16 21:03:10 +0600
committerSergey M․ <dstftw@gmail.com>2014-12-16 21:03:10 +0600
commit9209fe38784dbb4d4c045537919f3dc50e02227a (patch)
tree53881a67587cb9e497eaa0099775cb2cbdc1cb8a
parentb4116dcdd5a415a14a4856d2706903d1d91d395f (diff)
downloadyoutube-dl-9209fe38784dbb4d4c045537919f3dc50e02227a.tar.gz
youtube-dl-9209fe38784dbb4d4c045537919f3dc50e02227a.tar.xz
youtube-dl-9209fe38784dbb4d4c045537919f3dc50e02227a.zip
[allocine] Add test for new URL format
-rw-r--r--youtube_dl/extractor/allocine.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/allocine.py b/youtube_dl/extractor/allocine.py
index 023e06fc6..7d65b8193 100644
--- a/youtube_dl/extractor/allocine.py
+++ b/youtube_dl/extractor/allocine.py
@@ -44,6 +44,9 @@ class AllocineIE(InfoExtractor):
             'description': 'md5:71742e3a74b0d692c7fce0dd2017a4ac',
             'thumbnail': 're:http://.*\.jpg',
         },
+    }, {
+        'url': 'http://www.allocine.fr/video/video-19550147/',
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):