mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
parent
e0493e90fc
commit
1c36c1f320
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ def _dict_from_options_callback(
|
||||||
'Use with "-S ext" to strictly prefer free containers irrespective of quality'))
|
'Use with "-S ext" to strictly prefer free containers irrespective of quality'))
|
||||||
video_format.add_option(
|
video_format.add_option(
|
||||||
'--no-prefer-free-formats',
|
'--no-prefer-free-formats',
|
||||||
action='store_true', dest='prefer_free_formats', default=False,
|
action='store_false', dest='prefer_free_formats', default=False,
|
||||||
help="Don't give any special preference to free containers (default)")
|
help="Don't give any special preference to free containers (default)")
|
||||||
video_format.add_option(
|
video_format.add_option(
|
||||||
'--check-formats',
|
'--check-formats',
|
||||||
|
|
Loading…
Reference in a new issue