goydl icon indicating copy to clipboard operation
goydl copied to clipboard

Stdout already set

Open astravexton opened this issue 7 years ago • 0 comments

youtubeDl.VideoURL = "https://www.youtube.com/watch?v=xcJtL7QggTI"

cmd, err := youtubeDl.Download()
if err != nil {
    log.Panic(err.Error())
}

Error i get is this: exec: Stdout already set

astravexton avatar Dec 25 '17 06:12 astravexton