[laola1tv] Mark as broken
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 28 Oct 2014 16:29:25 +0000 (17:29 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 28 Oct 2014 16:29:27 +0000 (17:29 +0100)
When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes.

youtube_dl/extractor/laola1tv.py

index 45ab86b034ddd50b1ec2fa5c7fad6aed658ddd3e..263f687736c3f7fe3e980d79a10971a6dc4df5b2 100644 (file)
@@ -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')