go-get-youtube icon indicating copy to clipboard operation
go-get-youtube copied to clipboard

Choise path to salve dowload content

Open victorfernandesraton opened this issue 4 years ago • 1 comments

Download function not have options to manage when and where dowload is assigned

victorfernandesraton avatar Aug 16 '20 04:08 victorfernandesraton

@victorfernandesraton I believe you can handle this by including the full path in the filename.

For example, if you use this: err := vid.Download(0, "C:/Users/jsmith/Downloads/song.mp3", options) then you'll find a file called song.mp3 located in C:\Users\jsmith\Downloads.

cofonseca avatar Dec 01 '20 15:12 cofonseca