youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit af7d5a63b2f127dda0923a68dfe05e8572a733c9
parent e41acb63647e4aad52dff25b505bdc0bb2a6b9e6
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun,  6 Mar 2016 17:47:07 +0800

[common] Document protocol http_dash_segments

Diffstat:
Myoutube_dl/extractor/common.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.