about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2020-12-29 19:29:08 +0100
committerRemita Amine <remitamine@gmail.com>2020-12-29 19:29:08 +0100
commit9c1e164e0cd77331ea4f0b474b32fd06f84bad71 (patch)
treead8ca1433a9cf5184b1f80eb0853139313782aa5 /README.md
parentc706fbe9fe4a517ad43ca95393384e5f78870f82 (diff)
downloadyoutube-dl-9c1e164e0cd77331ea4f0b474b32fd06f84bad71.tar.gz
youtube-dl-9c1e164e0cd77331ea4f0b474b32fd06f84bad71.tar.xz
youtube-dl-9c1e164e0cd77331ea4f0b474b32fd06f84bad71.zip
[YoutubeDL] Allow format filtering using audio language(#16209)
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 ffa34493e..85fed6d3a 100644
--- a/README.md
+++ b/README.md
@@ -678,6 +678,7 @@ Also filtering work for comparisons `=` (equals), `^=` (starts with), `$=` (ends
  - `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`, `http_dash_segments`, `m3u8`, or `m3u8_native`)
  - `format_id`: A short description of the format
+ - `language`: Language code
 
 Any string comparison may be prefixed with negation `!` in order to produce an opposite comparison, e.g. `!*=` (does not contain).