summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-02-09 01:35:16 +0600
committerSergey M․ <dstftw@gmail.com>2015-02-09 01:35:16 +0600
commit64f9baa084c60b8bfd8e33179fd6caa50084a642 (patch)
tree6bf021949d8430c8d9bf58095a53c017e58f3a0c
parentb29231c0401b7b70337bb52b0c20bc92aa3b704e (diff)
downloadyoutube-dl-64f9baa084c60b8bfd8e33179fd6caa50084a642.tar.gz
youtube-dl-64f9baa084c60b8bfd8e33179fd6caa50084a642.tar.xz
youtube-dl-64f9baa084c60b8bfd8e33179fd6caa50084a642.zip
[options] Mention asr as possible filter
-rw-r--r--youtube_dl/options.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 6a795e750..048d9992c 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -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.'