aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py1
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), '