Release 2021.01.09
Some checks failed
ci.yml / Release 2021.01.09 (push) Failing after 0s
Core Test / Core Tests (push) Waiting to run
Core Test / Linter (push) Waiting to run

This commit is contained in:
pukkandan 2021-01-09 17:57:36 +05:30
commit 6fd35a1101
7 changed files with 27 additions and 26 deletions

View file

@ -466,7 +466,7 @@ def _comma_separated_values_options_callback(option, opt_str, value, parser):
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 over non-free formats of same quality')
video_format.add_option(
'-F', '--list-formats',
action='store_true', dest='listformats',