youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b45f2b1d6ec2fb4081d261f862e9413c5870bc16
parent fc2e70ee90a19edad69b39f547d25bee3915507f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 14 Feb 2016 11:24:57 +0600

[myvideo] Mark broken

Diffstat:
Myoutube_dl/extractor/myvideo.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 = {