🔧: add youtube option/put youtube oauth2 in its own struct

This commit is contained in:
VC
2024-09-16 08:40:08 +02:00
parent 7c6a52d2ed
commit 9b777dcf57
5 changed files with 49 additions and 7 deletions

View File

@@ -58,6 +58,11 @@ client_secret="<YOUR CLIENT_SECRET>"
refresh_token="<YOUR CLIENT TOKEN>"
[youtube]
notify_subscribers_on_shorts=false # will you notify subscribers for shorts?
# optional
# allows you to notify subscribers when transferring shorts, defaults to false
[youtube.oauth2]
refresh_token="" # leave empty for now
client_id="<YOUR CLIENT_ID>"
client_secret="<YOUR CLIENT_SECRET>"