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

Solved Youdube-dl problem.

Status
Not open for further replies.
I have problem with youtube-dl.
2016/05/04 13:06:12 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin metadata.js
2016/05/04 13:06:12 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin norecording.js
2016/05/04 13:06:12 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin rememberChannel.js
2016/05/04 13:06:12 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin showcase.js
2016/05/04 13:06:12 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin sound.js
2016/05/04 13:06:12 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin welcometext.js
2016/05/04 13:06:12 bc7198ba INFO Loading instances
2016/05/04 13:06:12 bc7198ba INFO Loading instance://45436d22-657e-49d1-9a04-7d7fa5372067
2016/05/04 13:06:12 X [MAIN] Starting up fake x-server...
2016/05/04 13:06:12 bc7198ba 45436d22 INFO Initialization complete
2016/05/04 13:06:12 [GENERAL/FFMPEG ] INFO FFmpeg/avcodec v3741798; license: LGPL version 2.1 or later; 81 codecs
2016/05/04 13:06:12 [GENERAL/FFMPEG ] INFO FFmpeg/avformat v3742052; license: LGPL version 2.1 or later; 143 formats
2016/05/04 13:06:12 [GENERAL/YTDL ] INFO youtube-dl checking...
2016/05/04 13:06:13 [GENERAL/YTDL ] INFO youtube-dl version compatible, support enabled
2016/05/04 13:06:13 [GENERAL/!!!!!!!] NOTICE You may now configure and launch the bots from the webinterface. http://94.177.224.201:9987
2016/05/04 13:06:13 [GENERAL/RADIO ] INFO RadioStation data loaded
2016/05/04 13:06:13 [GENERAL/RADIO ] INFO Imported radio stations
When i install i have problem with checking signature.
root@Minecraft:~# sudo wget https://yt-dl.org/downloads/2015.12.23/youtube-dl.sig -O youtube-dl.sig
--2016-05-04 13:07:58-- https://yt-dl.org/downloads/2015.12.23/youtube-dl.sig
Resolving yt-dl.org (yt-dl.org)... 95.143.172.170, 2001:1a50:11:0:5f:8f:acaa:177
Connecting to yt-dl.org (yt-dl.org)|95.143.172.170|:443... connected.
ERROR: no certificate subject alternative name matches
requested host name `yt-dl.org'.
To connect to yt-dl.org insecurely, use `--no-check-certificate'.
While i ignore
*** System restart required ***
root@Minecraft:~# sudo wget https://yt-dl.org/downloads/2015.12.23/youtube-dl.si g -O youtube-dl.sig
--2016-05-04 13:07:58-- https://yt-dl.org/downloads/2015.12.23/youtube-dl.sig
Resolving yt-dl.org (yt-dl.org)... 95.143.172.170, 2001:1a50:11:0:5f:8f:acaa:177
Connecting to yt-dl.org (yt-dl.org)|95.143.172.170|:443... connected.
ERROR: no certificate subject alternative name matches
requested host name `yt-dl.org'.
To connect to yt-dl.org insecurely, use `--no-check-certificate'.
root@Minecraft:~# ^C
root@Minecraft:~# sudo wget https://yt-dl.org/downloads/2015.12.23/youtube-dl.si g -O youtube-dl.sig --no-check-certificate
--2016-05-04 13:09:11-- https://yt-dl.org/downloads/2015.12.23/youtube-dl.sig
Resolving yt-dl.org (yt-dl.org)... 95.143.172.170, 2001:1a50:11:0:5f:8f:acaa:177
Connecting to yt-dl.org (yt-dl.org)|95.143.172.170|:443... connected.
WARNING: no certificate subject alternative name matches
requested host name `yt-dl.org'.
HTTP request sent, awaiting response... 200 OK
Length: 543 [application/pgp-signature]
Saving to: `youtube-dl.sig'

100%[======================================>] 543 --.-K/s in 0s

2016-05-04 13:09:12 (45.6 MB/s) - `youtube-dl.sig' saved [543/543]
but next step
root@Minecraft:~# gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
gpg: Signature made Wed 23 Dec 2015 02:06:47 PM CET using RSA key ID A4826A18
gpg: Can't check signature: public key not found
config.ini
TS3Path = "/opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64"
ListenHost = "94.177.224.201"
DataDir = "/opt/ts3soundboard/data/"
ListenPort = 9987
LocalPlayback = false
EnableLocalFS = false
MaxBulkOperations = 300
LogLevel = 10
EnableProfiler = false
YouTubeDLPath = "/usr/local/bin/youtube-dl"
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
SampleInterval = 60
StartVNC = false
EnableWebStream = false
LogFile = ""
LicenseKey = "q7Ma4+6A5acc5OJVeqy3KUI5jWSbeF7BD2se8132YmE="
IsProxied = false
DenyStreamURLs = []
Pragma = 0

[YoutubeDL]
BufferSize = 524288
MaxDownloadSize = 419430400
MaxDownloadRate = 104857600
CacheStreamed = false

[TS3]
AvatarMaxWidth = 0
AvatarMaxHeight = 0

[StreamRewrites]

[Scripts]
AllowReload = false
EnableTimer = false

[SpeechRecognition]
Enable = false


http://screenshot.sh/m3jf5DdVEAiW7
 
Last edited:

Codebucket

Member
And what is the problem? You are downloading the signing signature, but for what purpose?

According to the Download page on https://rg3.github.io/youtube-dl/download.html, you just need to execute these commands:
Code:
sudo curl https://yt-dl.org/downloads/2016.05.01/youtube-dl -o /usr/local/bin/youtube-dl

sudo chmod a+rx /usr/local/bin/youtube-dl

And because I see you are running on Ubuntu Server, you will also need to symlink Python 3 binaries using this command:
Code:
sudo ln -s /usr/bin/python3.4 /usr/bin/python

~ Codebucket :)
 
root@Minecraft:~# sudo ln -s /usr/bin/python3.4 /usr/bin/python
ln: failed to create symbolic link `/usr/bin/python': File exists

My problem is because i cant download from yt
 

Codebucket

Member
root@Minecraft:~# sudo ln -s /usr/bin/python3.4 /usr/bin/python
ln: failed to create symbolic link `/usr/bin/python': File exists

My problem is because i cant download from yt
Try downloading a video from YouTube by typing in youtube-dl <Video-URL> and send us the output :)
 
root@Minecraft:~# youtube-dl
[youtube] m65jhGwtWrg: Downloading webpage
[youtube] m65jhGwtWrg: Downloading video info webpage
[youtube] m65jhGwtWrg: Extracting video information
[youtube] m65jhGwtWrg: Downloading js player en_US-vflL5aRF-
[download] Destination: Indila - S.O.S-m65jhGwtWrg.mp4
[download] 100% of 67.03MiB in 00:01

But i dont know why this download in mp4
and download in sinusbot not available
 
Last edited:
Status
Not open for further replies.
Top