[options] Fix desc. of --prefer-free-formats

This commit is contained in:
Euclip 2020-09-20 13:59:56 +03:00
parent b55715934b
commit f2eb7e321c
2 changed files with 3 additions and 2 deletions

View File

@ -341,7 +341,8 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
SELECTION" for all the info
--all-formats Download all available video formats
--prefer-free-formats Prefer free video formats unless a specific
one is requested
one is requested or a higher quality
non-free format is available
-F, --list-formats List all available formats of requested
videos
--youtube-skip-dash-manifest Do not download the DASH manifests and

View File

@ -401,7 +401,7 @@ def parseOpts(overrideArguments=None):
video_format.add_option(
'--prefer-free-formats',
action='store_true', dest='prefer_free_formats', default=False,
help='Prefer free video formats unless a specific one is requested')
help='Prefer free video formats unless a specific one is requested or a higher quality non-free format is available')
video_format.add_option(
'-F', '--list-formats',
action='store_true', dest='listformats',