• 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.

youtube-dl doesn't work

  • Thread starter Deleted member 17539
  • Start date
Status
Not open for further replies.
D

Deleted member 17539

Guest
Hey,

I'm trying to use youtube-dl with my sinusbot, but it doesnt work. Youtube-DL has the latest version avaiable with apt-get (youtube-dl --version = 2014.08.05);

Sinusbot version: LATEST
Webinterface says "error, youtube-dl not available"
Console says "youtube-dl not available, so not able to download. whoops."
Config file
Code:
TS3Path = "/home/server/sinusbot/ts3client/ts3client_linux_amd64"
ListenHost = "0.0.0.0"
DataDir = "/home/server/sinusbot/data/"
ListenPort = 8087
LocalPlayback = false
SecretKey = [130, 91, 17, 227, 223, 227, 189, 208, 197, 15, 110, 64, 137, 183, 227, 7, 213, 62, 16, 124, 199, 217, 128, 171, 174, 180, 124, 77, 168, 166, 203, 44]
EnableLocalFS = false
LogLevel = 3
EnableProfiler = false
YoutubeDLPath = "/usr/bin/youtube-dl"
EnableDebugConsole = true
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = true
SSLKeyFile = "/home/server/sinusbot/certs/sc.key"
SSLCertFile = "/home/server/sinusbot/certs/sc.crt"
Hostname = ""
MTU = 1500
SampleInterval = 100
StartVNC = false
EnableMulticastMetadata = false
EnableWebStream = false

[StreamRewrites]

Thanks in advance!
 

YouPlax

Member
Hey, you must specify the path in which folder the downloadrer is stored z.b. "YoutubeDLPath =" G: \\ SinusBot YtDl \\ youtube-dl.exe "and always use dopper \\.
Then still "youtube-dl.exe". Sry my english

Hey, du musst den pfad angeben in welchen ordner der downloadrer gespeichert ist z.b. "YoutubeDLPath = "G:\\SinusBot YtDl\\youtube-dl.exe" und immer mit dopper \\.
Dann noch "youtube-dl.exe".

Ich kann dir zu not auch alles im Ts erklären :3

MFG YouPlax
 

mxschmitt

Moderator
Staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
Change in the config the YouTubeDlPath to
Code:
"/usr/local/bin/youtube-dl"
And run:
Code:
apt-get install python-pip && pip install youtube-dl--upgrade
And then it should work ;)
 

Zippy4Blue

Member
I have the youtube-dl.exe downloaded into the folder, I have set up the path and everything? Do I need to run the EXE because when I double click on it, itll just error out with a missing file or something.
 
Status
Not open for further replies.
Top