diff --git a/docs/config/all-configuration-options.md b/docs/config/all-configuration-options.md index 60583a6..6769362 100644 --- a/docs/config/all-configuration-options.md +++ b/docs/config/all-configuration-options.md @@ -516,3 +516,23 @@ Allowed values: Any positive integer or `-1` Description: You won't need to set this, but if you see errors about the configured timeout of 100 seconds elapsing then you could set this to be more than 100. It is recommended that you leave this as the default value. + +## DisableTextSanitization + +Type: `boolean` + +Default: `false` + +Allowed values: `true`, `false` + +Description: When enabled, post/message text is stored as-is without XML stripping. + +## DownloadVideoResolution + +Type: `string` + +Default: `"source"` + +Allowed values: `"source"`, `"240"`, `"720"` + +Description: This allows you to download videos in alternative resolutions, by default videos are downloaded in source resolution but some people prefer smoother videos at a lower resolution. \ No newline at end of file