• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Probleme mit der Youtube DL

GLaDOS446

Member
Guten Tag ich habe probleme mit der Youtube dl beim Sinusbot nämlich wenn ich : !ytdl url : mache

kommt erstmal : Preparing : und nach 5 sekunden kommt dann

Download failed for ; json: cannot unmarshal number 45....ett Danke schonmal im voraus MFG : GLaDOS446
 

Jniklas2

Donor
is awesome!
Insider
Einfach hier die ältere youtube-dl herunterladen und nutzen oder noch ein bisschen warten, dann kommt ein Sinusbot update
 

Mansa

New Member
Use these commands using root in your sinusbot directory (should be / opt / sinusbot),

sudo apt-get update
sudo apt-get install python
cd / opt / sinusbot /
curl -L -O https://github.com/ytdl-org/youtube-dl/releases/download/2021.01.16/youtube-dl
chmod a + rx youtube-dl
chown sinusbot: sinusbot youtube-dl

If you followed the installation guide perfectly then copy and paste, if not tweak it for eg the load command.

Edit: the directories have spaces in them, remove them manually
 
Top