Browse Source

[myvideo] Mark broken

totalwebcasting
Sergey M․ 9 years ago
parent
commit
b45f2b1d6e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/myvideo.py

+ 1
- 0
youtube_dl/extractor/myvideo.py View File

@ -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 = {


Loading…
Cancel
Save