mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-11 03:09:35 +00:00
[docs] Fix capitalization in references (#4515)
Authored by: christoph-heinrich
This commit is contained in:

committed by
GitHub

parent
e1bd953f45
commit
d4ada3574e
@@ -582,7 +582,7 @@ def create_parser():
|
||||
metavar='FILTER', dest='match_filter', action='append',
|
||||
help=(
|
||||
'Generic video filter. Any "OUTPUT TEMPLATE" field can be compared with a '
|
||||
'number or a string using the operators defined in "Filtering formats". '
|
||||
'number or a string using the operators defined in "Filtering Formats". '
|
||||
'You can also simply specify a field to match if the field is present, '
|
||||
'use "!field" to check if the field is not present, and "&" to check multiple conditions. '
|
||||
'Use a "\\" to escape "&" or quotes if needed. If used multiple times, '
|
||||
|
Reference in New Issue
Block a user