1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[extractor/common] Add protocol for f4m formats

This commit is contained in:
Sergey M․
2017-11-04 22:11:39 +07:00
parent 48107c198b
commit 187ee66c94

View File

@ -1310,6 +1310,7 @@ class InfoExtractor(object):
'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,