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

Status
Not open for further replies.

Rodey

Member
There already was a post about this but I can't comment to it unfortunately...

I tried to create a wrapper script, but I'm kind of a Linux noobie in a way so I'm not sure entirely.

I get a "fork/exec /opt/ts3bot/yt-dl-wrapper.sh: exec format error youtube-dl not found".
When I use the file itself it works but not in sinusbot itself (0.9.9-f25ac00).

In the config itself I link to the file: "/opt/ts3bot/yt-dl-wrapper.sh".

Code:
/usr/local/bin/youtube-dl --proxy <username>:<password>@<url>:<port> "$1"
 
Last edited:

flyth

is reticulating splines
Staff member
Developer
Contributor
You could also just create /etc/youtube-dl.conf and add

Code:
--proxy <username>:<password>@<url>:<port>
 
Status
Not open for further replies.
Top