Add support for https for all extractors as preventive and future-proof measure
[youtube-dl] / youtube_dl / extractor / myvideo.py
index 1e21cf98a9a415a33a4bb563dd296928c27426b6..c83a1eab5ba6b90229422bce078c9ae170fa5069 100644 (file)
@@ -20,7 +20,7 @@ from ..utils import (
 
 class MyVideoIE(InfoExtractor):
     _WORKING = False
-    _VALID_URL = r'http://(?:www\.)?myvideo\.de/(?:[^/]+/)?watch/(?P<id>[0-9]+)/[^?/]+.*'
+    _VALID_URL = r'https?://(?:www\.)?myvideo\.de/(?:[^/]+/)?watch/(?P<id>[0-9]+)/[^?/]+.*'
     IE_NAME = 'myvideo'
     _TEST = {
         'url': 'http://www.myvideo.de/watch/8229274/bowling_fail_or_win',