[extractor/common] Add protocol for f4m formats
authorSergey M․ <dstftw@gmail.com>
Sat, 4 Nov 2017 15:11:39 +0000 (22:11 +0700)
committerSergey M․ <dstftw@gmail.com>
Sat, 4 Nov 2017 15:11:39 +0000 (22:11 +0700)
youtube_dl/extractor/common.py

index 64fb869aab869f836d5b1f55929c6638889a59fd..e2d9f52b018c25abc5a58a93785473ff88d90b74 100644 (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,