A Golang implemetation of spotdl (Python)
I am learning go and thought implementing spotdl would be a good learning experience.
Have a look at the original.
-
Get the package
$ go get -u github.com/s1as3r/gospotdl
-
Install the package
$ go install github.com/s1as3r/gospotdl
-
Enjoy
$ gospotdl $spotifylink
Alternatively:
-
Clone this repo
$ git clone https://github.com/s1as3r/gospotdl
-
Build GoSpotDl
$ go build
-
Enjoy
$ ./gospotdl $spotifylink
You can also grab the latest release for your os from the releasees page