From 747d2e72d718d1549fa77d7a3c6ac67e53344d93 Mon Sep 17 00:00:00 2001 From: Juanjo Benages Date: Fri, 14 Oct 2016 17:52:35 +0200 Subject: [PATCH] Now http://www.theoperaplatform.eu/de/article/cosi-fan-tutte-auf-dem-festival-daix-en-provence-2016 works --- youtube_dl/extractor/arte.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/arte.py b/youtube_dl/extractor/arte.py index 963328615..21d336ca7 100644 --- a/youtube_dl/extractor/arte.py +++ b/youtube_dl/extractor/arte.py @@ -412,7 +412,7 @@ class ArteTVEmbedIE(ArteTVPlus7IE): class ArteTVOperaPlatformIE(ArteTVPlus7IE): IE_NAME = 'arte.tv:operaplatform' - _VALID_URL = r'https?://www.theoperaplatform.eu/(?Pfr|de|en|es)/opera/(?P[^/?#&]+)' + _VALID_URL = r'https?://www.theoperaplatform.eu/(?Pfr|de|en|es)/(?P[^/?#&]+)' _TESTS = [{ 'url': 'http://www.theoperaplatform.eu/de/opera/verdi-otello',