From 9209fe38784dbb4d4c045537919f3dc50e02227a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 16 Dec 2014 21:03:10 +0600 Subject: [PATCH] [allocine] Add test for new URL format --- youtube_dl/extractor/allocine.py | 3 +++ 1 file changed, 3 insertions(+) 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):