]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/myvideo.py
Add support for https for all extractors as preventive and future-proof measure
[youtube-dl.git] / youtube_dl / extractor / myvideo.py
index 36ab388b2fef3c686cdae958e555ed49b0399baa..c83a1eab5ba6b90229422bce078c9ae170fa5069 100644 (file)
@@ -19,7 +19,8 @@ from ..utils import (
 
 
 class MyVideoIE(InfoExtractor):
-    _VALID_URL = r'http://(?:www\.)?myvideo\.de/(?:[^/]+/)?watch/(?P<id>[0-9]+)/[^?/]+.*'
+    _WORKING = False
+    _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',