Fixing issue with youtube-dl and ffmpeg
This commit is contained in:
parent
e45a3e1a9b
commit
4e9e303cb8
|
@ -49,7 +49,7 @@ func (dl *YouTubeDLSong) Download() error {
|
||||||
} else {
|
} else {
|
||||||
Verbose("youtube-dl: " + err.Error())
|
Verbose("youtube-dl: " + err.Error())
|
||||||
for s := range cmd.Args {
|
for s := range cmd.Args {
|
||||||
Verbose("youtube-dl args: " + s)
|
Verbose("youtube-dl args: " + cmd.Args[s])
|
||||||
}
|
}
|
||||||
return errors.New("Song download failed.")
|
return errors.New("Song download failed.")
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue