[options] Mention asr as possible filter
authorSergey M․ <dstftw@gmail.com>
Sun, 8 Feb 2015 19:35:16 +0000 (01:35 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 8 Feb 2015 19:35:16 +0000 (01:35 +0600)
youtube_dl/options.py

index 6a795e750b814e9d4383a41faea76768df106b78..048d9992c12b8ac311f61c56f2f17f6db66d8515 100644 (file)
@@ -297,9 +297,9 @@ def parseOpts(overrideArguments=None):
             ' You can filter the video results by putting a condition in'
             ' brackets, as in -f "best[height=720]"'
             ' (or -f "[filesize>10M]"). '
-            ' This works for filesize, height, width, tbr, abr, vbr, and fps'
+            ' This works for filesize, height, width, tbr, abr, vbr, asr, and fps'
             ' and the comparisons <, <=, >, >=, =, !='
-            ' and for ext, acodec, vcodec, container and protocol'
+            ' 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.'