projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e41acb6
)
[common] Document protocol http_dash_segments
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 6 Mar 2016 09:47:07 +0000
(17:47 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 6 Mar 2016 09:47:07 +0000
(17:47 +0800)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 07bd2cbe2f9f6c4213e31e4c6e90d2df7b611f58..bfa9c82f6c42c9e126a7a30fde4391fcf49995c3 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-105,7
+105,7
@@
class InfoExtractor(object):
* protocol The protocol that will be used for the actual
download, lower-case.
"http", "https", "rtsp", "rtmp", "rtmpe",
- "m3u8",
or "m3u8_native
".
+ "m3u8",
"m3u8_native" or "http_dash_segments
".
* preference Order number of this format. If this field is
present and not None, the formats get sorted
by this field, regardless of all other values.