projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2e70e
)
[myvideo] Mark broken
author
Sergey M․
<dstftw@gmail.com>
Sun, 14 Feb 2016 05:24:57 +0000
(11:24 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 14 Feb 2016 05:24:57 +0000
(11:24 +0600)
youtube_dl/extractor/myvideo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/myvideo.py
b/youtube_dl/extractor/myvideo.py
index 36ab388b2fef3c686cdae958e555ed49b0399baa..1e21cf98a9a415a33a4bb563dd296928c27426b6 100644
(file)
--- 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 = {