summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-05-30 23:50:48 +0700
committerSergey M․ <dstftw@gmail.com>2017-05-30 23:50:48 +0700
commit6b7ce85cdcba2449455fb79e84ce2014b18b5779 (patch)
treea27ddd60990dd855e6ee380d3f8eeadfc83576c4
parentd10d0e3cf8c38fba27d873fd3cb60572327fe5dc (diff)
downloadyoutube-dl-6b7ce85cdcba2449455fb79e84ce2014b18b5779.tar.gz
youtube-dl-6b7ce85cdcba2449455fb79e84ce2014b18b5779.tar.xz
youtube-dl-6b7ce85cdcba2449455fb79e84ce2014b18b5779.zip
[README.md] Mention http_dash_segments protocol
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 284ce8ca3..fa901a46d 100644
--- a/README.md
+++ b/README.md
@@ -652,7 +652,7 @@ Also filtering work for comparisons `=` (equals), `!=` (not equals), `^=` (begin
  - `acodec`: Name of the audio codec in use
  - `vcodec`: Name of the video codec in use
  - `container`: Name of the container format
- - `protocol`: The protocol that will be used for the actual download, lower-case (`http`, `https`, `rtsp`, `rtmp`, `rtmpe`, `mms`, `f4m`, `ism`, `m3u8`, or `m3u8_native`)
+ - `protocol`: The protocol that will be used for the actual download, lower-case (`http`, `https`, `rtsp`, `rtmp`, `rtmpe`, `mms`, `f4m`, `ism`, `http_dash_segments`, `m3u8`, or `m3u8_native`)
  - `format_id`: A short description of the format
 
 Note that none of the aforementioned meta fields are guaranteed to be present since this solely depends on the metadata obtained by particular extractor, i.e. the metadata offered by the video hoster.