From: Sergey M․ Date: Sat, 4 Nov 2017 15:11:39 +0000 (+0700) Subject: [extractor/common] Add protocol for f4m formats X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=187ee66c941d9c397a46ffa490375e2c405500e5 [extractor/common] Add protocol for f4m formats --- diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 64fb869aa..e2d9f52b0 100644 --- 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,