commit: 187ee66c941d9c397a46ffa490375e2c405500e5
parent 48107c198bd76e611e3d4c2486cdc5403829a05a
Author: Sergey M․ <dstftw@gmail.com>
Date: Sat, 4 Nov 2017 22:11:39 +0700
[extractor/common] Add protocol for f4m formats
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
@@ -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,