Browse Source
[extractor/common] Add protocol for f4m formats
master-ytdl-org
Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
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, |
|
|
|