mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[options] Mention asr as possible filter
This commit is contained in:
parent
b29231c040
commit
64f9baa084
@ -297,9 +297,9 @@ def _hide_login_info(opts):
|
|||||||
' You can filter the video results by putting a condition in'
|
' You can filter the video results by putting a condition in'
|
||||||
' brackets, as in -f "best[height=720]"'
|
' brackets, as in -f "best[height=720]"'
|
||||||
' (or -f "[filesize>10M]"). '
|
' (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 the comparisons <, <=, >, >=, =, !='
|
||||||
' and for ext, acodec, vcodec, container and protocol'
|
' and for ext, acodec, vcodec, container, and protocol'
|
||||||
' and the comparisons =, != .'
|
' and the comparisons =, != .'
|
||||||
' Formats for which the value is not known are excluded unless you'
|
' Formats for which the value is not known are excluded unless you'
|
||||||
' put a question mark (?) after the operator.'
|
' put a question mark (?) after the operator.'
|
||||||
|
Loading…
Reference in New Issue
Block a user