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',