From 90f58572ddb3291be6ae417be9d8f3b6395d3f9f Mon Sep 17 00:00:00 2001 From: rayelliottdev <69274201+rayelliottdev@users.noreply.github.com> Date: Mon, 30 May 2022 05:59:41 +0100 Subject: [PATCH] add internal to pt_privacy example options (#26) Co-authored-by: ray --- example_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_config.toml b/example_config.toml index 93e6992..4bb6696 100644 --- a/example_config.toml +++ b/example_config.toml @@ -25,7 +25,7 @@ poll_frequency = 180 # poll frequency in minutes default_lang = "english" # default language if YT channel does not have a language, see pt_languages.txt for available languages nsfw = "false" # lowercase string, is this channel NSFW? comments_enabled = "true" # lowercase string, do you want comments enabled in this channel? - pt_privacy = 1 # 1 = public, 2 = unlisted, 3 = private, privacy for entire channel, default public + pt_privacy = 1 # 1 = public, 2 = unlisted, 3 = private, 4 = internal, privacy for entire channel, default public description_prefix = "" # This description will be added to the beginning of the YT description description_suffix = "" # This description will be appended to the end of the YT description preferred_extension = "mp4" # preferred extension of download and upload