diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-02-14 11:24:57 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-02-14 11:24:57 +0600 |
commit | b45f2b1d6ec2fb4081d261f862e9413c5870bc16 (patch) | |
tree | 33ba16ea160bb0c51442a2275c1bd90ef9431f4a /youtube_dl/extractor/myvideo.py | |
parent | fc2e70ee90a19edad69b39f547d25bee3915507f (diff) |
[myvideo] Mark broken
Diffstat (limited to 'youtube_dl/extractor/myvideo.py')
-rw-r--r-- | youtube_dl/extractor/myvideo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/myvideo.py b/youtube_dl/extractor/myvideo.py index 36ab388b2..1e21cf98a 100644 --- a/youtube_dl/extractor/myvideo.py +++ b/youtube_dl/extractor/myvideo.py @@ -19,6 +19,7 @@ from ..utils import ( class MyVideoIE(InfoExtractor): + _WORKING = False _VALID_URL = r'http://(?:www\.)?myvideo\.de/(?:[^/]+/)?watch/(?P<id>[0-9]+)/[^?/]+.*' IE_NAME = 'myvideo' _TEST = { |