summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-12-23 22:01:22 +0700
committerSergey M․ <dstftw@gmail.com>2016-12-23 22:01:22 +0700
commite7ac722d6276198c8b88986f06a4e3c55366cb58 (patch)
tree68a5b590c19be781f6438dc7cb8aa3a0e09f4363
parent19f37ce4b1e4251a3f53f8a5d3d0605d2526bc81 (diff)
downloadyoutube-dl-e7ac722d6276198c8b88986f06a4e3c55366cb58.tar.gz
youtube-dl-e7ac722d6276198c8b88986f06a4e3c55366cb58.tar.xz
youtube-dl-e7ac722d6276198c8b88986f06a4e3c55366cb58.zip
[README.md] Add missing protocols to format selection section
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e85fa1555..71d37e8b0 100644
--- a/README.md
+++ b/README.md
@@ -638,7 +638,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`, `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`, `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.