diff --git a/src/ytdl_sub/config/preset_options.py b/src/ytdl_sub/config/preset_options.py index 561d8634..c2e8767c 100644 --- a/src/ytdl_sub/config/preset_options.py +++ b/src/ytdl_sub/config/preset_options.py @@ -276,7 +276,7 @@ class OutputOptions(StrictDictValidator): """ Optional. The file name for the media's thumbnail image. This can include directories such as ``"Season {upload_year}/{title}.{thumbnail_ext}"``, and will be placed in the output - directory. + directory. Can be set to empty string or `null` to disable thumbnail writes. """ return self._thumbnail_name @@ -285,7 +285,7 @@ class OutputOptions(StrictDictValidator): """ Optional. The file name for the media's info json file. This can include directories such as ``"Season {upload_year}/{title}.{info_json_ext}"``, and will be placed in the output - directory. + directory. Can be set to empty string or `null` to disable info json writes. """ return self._info_json_name