浏览代码

[extractor/common] Add protocol for f4m formats

Sergey M․ 7 年之前
父节点
当前提交
187ee66c94
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/common.py

+ 1 - 0
youtube_dl/extractor/common.py

@@ -1310,6 +1310,7 @@ class InfoExtractor(object):
                 'url': manifest_url,
                 'url': manifest_url,
                 'manifest_url': manifest_url,
                 'manifest_url': manifest_url,
                 'ext': 'flv' if bootstrap_info is not None else None,
                 'ext': 'flv' if bootstrap_info is not None else None,
+                'protocol': 'f4m',
                 'tbr': tbr,
                 'tbr': tbr,
                 'width': width,
                 'width': width,
                 'height': height,
                 'height': height,