aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--youtube_dl/extractor/laola1tv.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/laola1tv.py b/youtube_dl/extractor/laola1tv.py
index 45ab86b03..263f68773 100644
--- a/youtube_dl/extractor/laola1tv.py
+++ b/youtube_dl/extractor/laola1tv.py
@@ -23,6 +23,8 @@ class Laola1TvIE(InfoExtractor):
}
}
+ _BROKEN = True # Not really - extractor works fine, but f4m downloader does not support live streams yet.
+
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)
video_id = mobj.group('id')