summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-02-09 01:27:27 +0600
committerSergey M․ <dstftw@gmail.com>2015-02-09 01:27:27 +0600
commit6128bf07a91b941b9241c5ea0d611df9e69d48b7 (patch)
treec48ffef1fad141ca4d4e2004ccf6be7f52fd86a2
parent2ec19e955870e82bd91949b0996dfd9acdde0232 (diff)
downloadyoutube-dl-6128bf07a91b941b9241c5ea0d611df9e69d48b7.tar.gz
youtube-dl-6128bf07a91b941b9241c5ea0d611df9e69d48b7.tar.xz
youtube-dl-6128bf07a91b941b9241c5ea0d611df9e69d48b7.zip
[options] Update help on string comparisons
-rw-r--r--youtube_dl/options.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index d5e575964..6a795e750 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -298,7 +298,9 @@ def parseOpts(overrideArguments=None):
             ' brackets, as in -f "best[height=720]"'
             ' (or -f "[filesize>10M]"). '
             ' This works for filesize, height, width, tbr, abr, vbr, and fps'
-            ' and the comparisons <, <=, >, >=, =, != .'
+            ' and the comparisons <, <=, >, >=, =, !='
+            ' and for ext, acodec, vcodec, container and protocol'
+            ' and the comparisons =, != .'
             ' Formats for which the value is not known are excluded unless you'
             ' put a question mark (?) after the operator.'
             ' You can combine format filters, so  '