mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[options] Add missing spaces
This commit is contained in:
parent
bad4ccdb5d
commit
2c1f442c2b
@ -298,14 +298,14 @@ def _scrub_eq(o):
|
|||||||
metavar='FILTER', dest='match_filter', default=None,
|
metavar='FILTER', dest='match_filter', default=None,
|
||||||
help=(
|
help=(
|
||||||
'Generic video filter. '
|
'Generic video filter. '
|
||||||
'Specify any key (see help for -o for a list of available keys) to'
|
'Specify any key (see help for -o for a list of available keys) to '
|
||||||
' match if the key is present, '
|
'match if the key is present, '
|
||||||
'!key to check if the key is not present,'
|
'!key to check if the key is not present, '
|
||||||
'key > NUMBER (like "comment_count > 12", also works with '
|
'key > NUMBER (like "comment_count > 12", also works with '
|
||||||
'>=, <, <=, !=, =) to compare against a number, and '
|
'>=, <, <=, !=, =) to compare against a number, and '
|
||||||
'& to require multiple matches. '
|
'& to require multiple matches. '
|
||||||
'Values which are not known are excluded unless you'
|
'Values which are not known are excluded unless you '
|
||||||
' put a question mark (?) after the operator.'
|
'put a question mark (?) after the operator. '
|
||||||
'For example, to only match videos that have been liked more than '
|
'For example, to only match videos that have been liked more than '
|
||||||
'100 times and disliked less than 50 times (or the dislike '
|
'100 times and disliked less than 50 times (or the dislike '
|
||||||
'functionality is not available at the given service), but who '
|
'functionality is not available at the given service), but who '
|
||||||
|
Loading…
Reference in New Issue
Block a user