mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[extractor/common] Add manifest_url for explicit group rendition formats
This commit is contained in:
parent
6f4a888416
commit
c89b49f743
1 changed files with 1 additions and 0 deletions
|
@ -1386,6 +1386,7 @@ def extract_media(x_media_line):
|
|||
f = {
|
||||
'format_id': '-'.join(format_id),
|
||||
'url': format_url(media_url),
|
||||
'manifest_url': m3u8_url,
|
||||
'language': media.get('LANGUAGE'),
|
||||
'ext': ext,
|
||||
'protocol': entry_protocol,
|
||||
|
|
Loading…
Reference in a new issue