mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[extractor/common] Add protocol for f4m formats
This commit is contained in:
parent
48107c198b
commit
187ee66c94
1 changed files with 1 additions and 0 deletions
|
@ -1310,6 +1310,7 @@ def _parse_f4m_formats(self, manifest, manifest_url, video_id, preference=None,
|
|||
'url': manifest_url,
|
||||
'manifest_url': manifest_url,
|
||||
'ext': 'flv' if bootstrap_info is not None else None,
|
||||
'protocol': 'f4m',
|
||||
'tbr': tbr,
|
||||
'width': width,
|
||||
'height': height,
|
||||
|
|
Loading…
Reference in a new issue