Browse Source
[extractor/common] Add manifest_url for explicit group rendition formats
master
Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
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, |
|
|
|