tywil04 / slavartdl

Simple tool written in Go(lang) to download music using the SlavArt Divolt server
GNU General Public License v3.0
17 stars 1 forks source link

Directory #1

Closed EstebanOD closed 1 year ago

EstebanOD commented 1 year ago

No matter what I try, it never finds the directory. I tried:

Here's the last one I tried:

slavartdl download link -o C:\Users*****\Downloads\

Nothing worked

tywil04 commented 1 year ago

I just tried a similar command on windows and it doesn't work, I have found the issue with the code - I am trying to create a temp file in the /tmp directory when downloading the result. Windows doesn't have a directory called /tmp, I have just updated this to a blank string which should use the default temporary directory. I'll test it and get back to you.

tywil04 commented 1 year ago

I just tried the updated builds and it works as expected now, please try this and let me know if it does or doesn't work!

EstebanOD commented 1 year ago

Works perfectly now! Thanks a lot