node-youtube-dl
node-youtube-dl copied to clipboard
[bug] Command failed with exit code 1
Hello, when trying to download a video, I get this error :
Command failed with exit code 1: C:\Users\xxxxxxx\xxxxxx\xxxxx\xxxxx\youtube-dl.exe --dump-json -f best --encoding utf8 http://www.youtube.com/watch?v=A_MjCqQoLLA
from this piece of code :
video = youtubedl('http://www.youtube.com/watch?v=' + videoId)
video.on('error', function error(err) {
console.log(err);
Do you know where it could come from ? Thank you !
did you get a solution to this?
Unfortunately no ... :(
Which version of youtube-dl are you using? Maybe an update would help. Otherwise try running the command in the terminal to get better error logging.
@ldevalbray any update?
This is fixed in master but they haven't cut a release yet. Use npm i https://github.com/przemyslawpluta/node-youtube-dl.git
@bighitbiker3 Thanks for the update!!