diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-09 17:57:36 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-09 18:14:11 +0530 |
commit | 6fd35a110138b027113d5dfedc96ae5d3cfc3dae (patch) | |
tree | 0787203502487e7ae0ee48ed61db2ab0b430e55d /youtube_dlc/options.py | |
parent | f5b1bca9139fcbac76dca3a6b17e69f53a885988 (diff) |
Release 2021.01.092021.01.09
Diffstat (limited to 'youtube_dlc/options.py')
-rw-r--r-- | youtube_dlc/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/options.py b/youtube_dlc/options.py index b00db519a..41ad8a579 100644 --- a/youtube_dlc/options.py +++ b/youtube_dlc/options.py @@ -466,7 +466,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 over non-free formats of same quality') video_format.add_option( '-F', '--list-formats', action='store_true', dest='listformats', |