Browse Source

add internal to pt_privacy example options (#26)

Co-authored-by: ray <gitea@rayelliott.dev>
master
rayelliottdev GitHub 1 year ago
parent
commit
90f58572dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example_config.toml

+ 1
- 1
example_config.toml View File

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


Loading…
Cancel
Save