zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.4k stars 295 forks source link

download songs #231

Closed TAMILVIP007 closed 1 year ago

TAMILVIP007 commented 1 year ago

is there a way to download songs to local or get direct link of song using this lib?

TimHi commented 1 year ago

You can get the spotify url of a track: See Tracks.

Downloading is not covered by the lib, thats something you'd need to implement yourself.

strideynet commented 1 year ago

I don't believe this is something Spotify makes possible via their API (for obvious reasons).