This commit is contained in:
euclip 2020-10-21 05:00:09 +02:00 committed by GitHub
commit bbe9610c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',