[DOCS] Empty value docs for thumbnail + info json (#535)

This commit is contained in:
Jesse Bannon
2023-03-12 20:50:12 -07:00
committed by GitHub
parent 7502a76b99
commit c546ce89df

View File

@@ -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