aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-03-06 17:47:07 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-03-06 17:47:07 +0800
commitaf7d5a63b2f127dda0923a68dfe05e8572a733c9 (patch)
tree6c7981908c127d0642f80e5ed1a9334b4dff6c7f /youtube_dl/extractor
parente41acb63647e4aad52dff25b505bdc0bb2a6b9e6 (diff)
downloadyoutube-dl-af7d5a63b2f127dda0923a68dfe05e8572a733c9.tar.xz
[common] Document protocol http_dash_segments
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 07bd2cbe2..bfa9c82f6 100644
--- 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.