X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Flaola1tv.py;h=b459559b0349bcae6c8d658c2fb120c2cb81d37e;hb=c84683c88bbcb3cfd8d27af54a418035f431371d;hp=e8ca49fd1564d8b3c2def7551645cd0179642f97;hpb=1fbaa0a5210976a2a8fc0c20207708c35621416a;p=youtube-dl diff --git a/youtube_dl/extractor/laola1tv.py b/youtube_dl/extractor/laola1tv.py index e8ca49fd1..b459559b0 100644 --- a/youtube_dl/extractor/laola1tv.py +++ b/youtube_dl/extractor/laola1tv.py @@ -27,8 +27,6 @@ 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') @@ -57,11 +55,7 @@ class Laola1TvIE(InfoExtractor): title = xpath_text(hd_doc, './/video/title', fatal=True) flash_url = xpath_text(hd_doc, './/video/url', fatal=True) uploader = xpath_text(hd_doc, './/video/meta_organistation') - is_live = xpath_text(hd_doc, './/video/islive') == 'true' - if is_live: - raise ExtractorError( - 'Live streams are not supported by the f4m downloader.') categories = xpath_text(hd_doc, './/video/meta_sports') if categories: