Browse Source

[options] Mention asr as possible filter

totalwebcasting
Sergey M․ 10 years ago
parent
commit
64f9baa084
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      youtube_dl/options.py

+ 2
- 2
youtube_dl/options.py View 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.'


Loading…
Cancel
Save