youtube-dl

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

commit 00edd4f9bef7cf0708d1c4da128477d76115fdec
parent ee966928af5f35123c4c7417bb052ae5aea345c9
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 28 Oct 2014 17:29:25 +0100

[laola1tv] Mark as broken

When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes.

Diffstat:
Myoutube_dl/extractor/laola1tv.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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')