You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tools]
#Path to the youtube-dl binary or local git repository.
youtube-dl = { path = "./cytdlp" }
Get the cookies and move them to the bots directory (probably from your PC at home) by running: yt-dlp --cookies-from-browser firefox --cookies cookies.txt link to ytdlp article for more details
restart the bot
If it doesn't work:
Make sure you have the latest ytdlp
Confirm ./cytdlp https://www.youtube.com/watch?v=dQw4w9WgXcQ works, so you know you set everything up correctly
The text was updated successfully, but these errors were encountered:
Make a new file and edit it: (I named it cytdlp for ytdlp with cookies)
Make it executable
chmod +x cytdlp
Edit
ts3audiobot.toml
to include:Get the cookies and move them to the bots directory (probably from your PC at home) by running:
yt-dlp --cookies-from-browser firefox --cookies cookies.txt
link to ytdlp article for more details
restart the bot
If it doesn't work:
Make sure you have the latest ytdlp
Confirm
./cytdlp https://www.youtube.com/watch?v=dQw4w9WgXcQ
works, so you know you set everything up correctlyThe text was updated successfully, but these errors were encountered: