diff --git a/src/ytdl_sub/config/preset_options.py b/src/ytdl_sub/config/preset_options.py index 860763ee..02fbe9af 100644 --- a/src/ytdl_sub/config/preset_options.py +++ b/src/ytdl_sub/config/preset_options.py @@ -114,6 +114,10 @@ class Overrides(DictFormatterValidator): Override variables can contain explicit values and other variables, including both override and source variables. + + In addition, any override variable defined will automatically create a `sanitized` version. + In the example above, `output_directory_sanitized` will exist and perform sanitization on + the value. """ # pylint: enable=line-too-long