about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2016-03-28 03:08:34 +0500
committerSergey M <dstftw@gmail.com>2016-03-28 03:08:34 +0500
commit8d9dd3c34bd38b2545af95f8ef670b07ae1fb6ff (patch)
treec5a1c9bc8a005a69c646800d83a4e1405e1bd34f /README.md
parent33f3040a3e611f45ad920bd06030691910ddf815 (diff)
downloadyoutube-dl-8d9dd3c34bd38b2545af95f8ef670b07ae1fb6ff.tar.gz
youtube-dl-8d9dd3c34bd38b2545af95f8ef670b07ae1fb6ff.tar.xz
youtube-dl-8d9dd3c34bd38b2545af95f8ef670b07ae1fb6ff.zip
[README.md] Add format_id to the list of string meta fields available for use in format selection
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 52b2a85a3..e972bf69f 100644
--- a/README.md
+++ b/README.md
@@ -600,6 +600,7 @@ Also filtering work for comparisons `=` (equals), `!=` (not equals), `^=` (begin
  - `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`
+ - `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 video hoster.