Splamy / TS3AudioBot

Advanced Musicbot for Teamspeak 3
https://splamy.de/TSAudioBot/Home
Open Software License 3.0
682 stars 138 forks source link

Does the bot work with the new yt-dlp? #1031

Closed DAIIIIIIIIIIIIII closed 1 year ago

DAIIIIIIIIIIIIII commented 1 year ago

Since youtube-dl has been discontinued for years now, the community has created the new yt-dlp. does the bot work with this new system?

Flakebi commented 1 year ago

Yes it does, you just have to configure the path to yt-dlp in ts3audiobot.toml:

[tools]
#Path to the youtube-dl binary or local git repository.
youtube-dl = { path = "yt-dlp" }