From 02a9fa88e93480b1c19ab084e3e9ea0268ae58c6 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 20 Feb 2023 10:53:01 -0800 Subject: [PATCH] [DOCS] Automatic sanitized override variable docs --- src/ytdl_sub/config/preset_options.py | 4 ++++ 1 file changed, 4 insertions(+) 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