mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-07 20:58:34 +03:00
Authored by: cffswb, danielyli Co-authored-by: Daniel Li <dan@danielyli.com> Co-authored-by: cffswb <karte577@gmail.com>
This commit is contained in:
co-authored by
Daniel Li
cffswb
parent
d8a58ddce7
commit
ebc7d3ff1f
+1
-1
@@ -634,7 +634,7 @@ def create_parser():
|
||||
video_format.add_option(
|
||||
'--check-formats',
|
||||
action='store_const', const='selected', dest='check_formats', default=None,
|
||||
help='Check that the selected formats are actually downloadable')
|
||||
help='Make sure formats are selected only from those that are actually downloadable')
|
||||
video_format.add_option(
|
||||
'--check-all-formats',
|
||||
action='store_true', dest='check_formats',
|
||||
|
||||
Reference in New Issue
Block a user