From 6128bf07a91b941b9241c5ea0d611df9e69d48b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Mon, 9 Feb 2015 01:27:27 +0600 Subject: [PATCH] [options] Update help on string comparisons --- youtube_dl/options.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ' -- 2.30.2