zmb3 / spotify

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

download songs #231

Closed TAMILVIP007 closed 11 months ago

TAMILVIP007 commented 12 months ago

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

TimHi commented 11 months 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 11 months ago

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