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
Thanks in advance!
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!