diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-20 03:49:23 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-20 04:26:11 +0530 |
commit | fd7cfb6444272678b9bada28ed3dfa68535dc85e (patch) | |
tree | 3a231c4123d77599983dc04e4ac7b16c36437993 /yt_dlp/options.py | |
parent | 4e6767b5f2e2523ebd3dd1240584ead53e8c8905 (diff) | |
download | hypervideo-pre-fd7cfb6444272678b9bada28ed3dfa68535dc85e.tar.lz hypervideo-pre-fd7cfb6444272678b9bada28ed3dfa68535dc85e.tar.xz hypervideo-pre-fd7cfb6444272678b9bada28ed3dfa68535dc85e.zip |
[cleanup] Refactor fixup
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index eb137ac47..0d1960d9f 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -1230,6 +1230,7 @@ def parseOpts(overrideArguments=None): postproc.add_option( '--fixup', metavar='POLICY', dest='fixup', default=None, + choices=('never', 'ignore', 'warn', 'detect_or_warn'), help=( 'Automatically correct known faults of the file. ' 'One of never (do nothing), warn (only emit a warning), ' |