projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48107c1
)
[extractor/common] Add protocol for f4m formats
author
Sergey M․
<dstftw@gmail.com>
Sat, 4 Nov 2017 15:11:39 +0000
(22:11 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 4 Nov 2017 15:11:39 +0000
(22:11 +0700)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 64fb869aab869f836d5b1f55929c6638889a59fd..e2d9f52b018c25abc5a58a93785473ff88d90b74 100644
(file)
--- 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,