Add support for https for all extractors as preventive and future-proof measure
[youtube-dl] / youtube_dl / extractor / arte.py
index 3e119e21b39ba2ab6bc504cf1d19a90008bfbd24..ae0f27dcbe059c0d469eaeca243ef59400ff68d6 100644 (file)
@@ -23,7 +23,7 @@ from ..utils import (
 
 
 class ArteTvIE(InfoExtractor):
-    _VALID_URL = r'http://videos\.arte\.tv/(?P<lang>fr|de|en|es)/.*-(?P<id>.*?)\.html'
+    _VALID_URL = r'https?://videos\.arte\.tv/(?P<lang>fr|de|en|es)/.*-(?P<id>.*?)\.html'
     IE_NAME = 'arte.tv'
 
     def _real_extract(self, url):