Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • 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 error 2

Status
Not open for further replies.

gothdawid

Member
I have a problem with installing the youtube-dI.
/ usr / local / bin / youtube-dl is executable and have chmod 777
Please help.


Code:
2016/07/25 03:09:06 [GENERAL/YTDL   ] INFO   youtube-dl checking...
2016/07/25 03:09:07 exit status 2 youtube-dl not found

Config:

Code:
TS3Path = "/opt/ts3bot/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64"
ListenHost = "0.0.0.0"
DataDir = "/opt/ts3bot/data/"
ListenPort = 8087
LocalPlayback = false
EnableLocalFS = false
MaxBulkOperations = 300
LogLevel = 3
EnableProfiler = false
YoutubeDLPath = "/usr/local/bin/youtube-dl"
EnableDebugConsole = true
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""



Code:
/opt/ts3bot# youtube-dl https://youtu.be/CrqgQTXgH3c?list=RD6i96evxxcH4
Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: ambiguous option: --force (--force-generic-extractor, --force-ipv4, --force-ipv6?)
 
Last edited:

iTaskmanager

Well-Known Member
Tier II
Tier III
Tier I
Insider
Code:
chmod 0755 youtube-dl
Code:
chown root:root /usr/local/bin/youtube-dl


Code:
/opt/ts3bot#
youtube-dl https://youtu.be/CrqgQTXgH3c?list=RD6i96evxxcH4
Usage: youtube-dl [OPTIONS] URL [URL...] youtube-dl: error: ambiguous option: --force (--force-generic-extractor, --force-ipv4, --force-ipv6?)
Code:
root@itaskmanager:/opt# youtube-dl https://youtu.be/CrqgQTXgH3c?list=RD6i96evxxcH4
[youtube] CrqgQTXgH3c: Downloading webpage
[youtube] CrqgQTXgH3c: Downloading video info webpage
[youtube] CrqgQTXgH3c: Extracting video information
[youtube] CrqgQTXgH3c: Downloading js player en_US-vflIB5TLK
[youtube] CrqgQTXgH3c: Downloading js player en_US-vflIB5TLK
[download] Destination: MARKUS P - Kitty Kitty Meow (Official Video)-CrqgQTXgH3c.f313.webm
[download] 100% of 365.98MiB in 00:08
[download] Destination: MARKUS P - Kitty Kitty Meow (Official Video)-CrqgQTXgH3c.f251.webm
[download] 100% of 3.03MiB in 00:00
[ffmpeg] Merging formats into "MARKUS P - Kitty Kitty Meow (Official Video)-CrqgQTXgH3c.webm"
Deleting original file MARKUS P - Kitty Kitty Meow (Official Video)-CrqgQTXgH3c.f313.webm (pass -k to keep)
Deleting original file MARKUS P - Kitty Kitty Meow (Official Video)-CrqgQTXgH3c.f251.webm (pass -k to keep)
But, that's not a SinusBot or similar problem.


Code:
youtube-dl --update
 

gothdawid

Member
root@root:/usr/local/bin# chmod 0755 youtube-dl
root@root:/usr/local/bin# chown root:root /usr/local/bin/youtube-dl
root@root:/usr/local/bin# youtube-dl --update
Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: ambiguous option: --force (--force-generic-extractor, --force-ipv4, --force-ipv6?)
root@ReHurt:/usr/local/bin#
 
Status
Not open for further replies.
Top