How to Instal YT for sinusbot

NidzaGaming

New Member
Dec 15, 2017
2
2
5
First for my bad english , fist you need to go on your vps and go to cd /home/ts3soundboard/
After go to cd /home/ts3soundboard/plugins than go to this link and just follow the tasks

https://ssamjh.nz/sinusbot-youtube-dl-installation-guide/
https://ssamjh.nz/sinusbot-youtube-dl-installation-guide/

1 : apt-get install curl python -y
2 : curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
3: chmod a+rx /usr/local/bin/youtube-dl
4 : echo '--force-ipv4' > /etc/youtube-dl.conf
5 . just start the sinusbots ./bot.sh

IF YOU HAVE SOMEPLOBLEMS WRITE IN COM!
 

InVaDeR359

Active Member
May 29, 2017
160
121
72
on your vps and go to cd /home/ts3soundboard/
After go to cd /home/ts3soundboard/plugins
This is not needed. You can directly install youtube-dl with one command :
curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
 
Top