projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
697655a
)
[limelight] keep videos marked as previewStream
author
Remita Amine
<remitamine@gmail.com>
Mon, 1 Aug 2016 15:25:41 +0000
(16:25 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Mon, 1 Aug 2016 15:25:41 +0000
(16:25 +0100)
https://github.com/rg3/youtube-dl/commit/
e382b953f00982a2085d3e0b1b6fb4d2a0f2db7e
#commitcomment-
18472915
youtube_dl/extractor/limelight.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/limelight.py
b/youtube_dl/extractor/limelight.py
index 0d7abbaa8423ff5c44fdf1b21e8da5cbe4e57b24..efe1437e0863c126ae378895803fd5c6e1c81a37 100644
(file)
--- a/
youtube_dl/extractor/limelight.py
+++ b/
youtube_dl/extractor/limelight.py
@@
-37,7
+37,7
@@
class LimelightBaseIE(InfoExtractor):
for stream in streams:
stream_url = stream.get('url')
- if not stream_url or stream.get('
previewStream') or stream.get('
drmProtected'):
+ if not stream_url or stream.get('drmProtected'):
continue
ext = determine_ext(stream_url)
if ext == 'f4m':
@@
-177,7
+177,7
@@
class LimelightMediaIE(LimelightBaseIE):
'subtitles': 'mincount:9',
},
'params': {
- #
m3u8
download
+ #
rtmp
download
'skip_download': True,
},
}, {