projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f4a888
)
[extractor/common] Add manifest_url for explicit group rendition formats
author
Sergey M․
<dstftw@gmail.com>
Thu, 27 Apr 2017 20:00:14 +0000
(
03:00
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 27 Apr 2017 20:00:14 +0000
(
03:00
+0700)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 6d01f0800e5c6028a86915cc3e93878ab1257b5a..2cb55d6af826db72ff3539aa88c3c2f0768e38e6 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-1386,6
+1386,7
@@
class InfoExtractor(object):
f = {
'format_id': '-'.join(format_id),
'url': format_url(media_url),
+ 'manifest_url': m3u8_url,
'language': media.get('LANGUAGE'),
'ext': ext,
'protocol': entry_protocol,