Fix `--no-prefer-free-formats` (#787)

Authored by: CeruleanSky
This commit is contained in:
CeruleanSky 2021-08-25 07:49:05 -04:00 committed by GitHub
parent e0493e90fc
commit 1c36c1f320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ def parseOpts(overrideArguments=None):
'Use with "-S ext" to strictly prefer free containers irrespective of quality'))
video_format.add_option(
'--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)")
video_format.add_option(
'--check-formats',