Add auth to ytdlp

This commit is contained in:
2025-04-09 18:55:52 +02:00
parent fdccde6137
commit 0e860fe6a9
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -120,6 +120,9 @@ SPOTIFY_CTRL = spotipy.Spotify(
client_secret=authTokens[2],
)
)
REMOTE_HOST_NAME = "youtube"
authTokens = netrc_mod.authenticators(REMOTE_HOST_NAME)
YOUTUBE_AUTH = [authTokens[0],authTokens[2]]
WORD_REACTIONS = DATA["word_reactions"]
CYCLIC_WORDS = DATA["cyclic_words"]