projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee96692
)
[laola1tv] Mark as broken
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 28 Oct 2014 16:29:25 +0000
(17:29 +0100)
committer
Philipp 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
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/laola1tv.py
b/youtube_dl/extractor/laola1tv.py
index 45ab86b034ddd50b1ec2fa5c7fad6aed658ddd3e..263f687736c3f7fe3e980d79a10971a6dc4df5b2 100644
(file)
--- 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')