I would like to save a Spotify track as MP3 file. Is there an API available (preferably with Python bindings) which gives access to the complete audio data from songs? Preferably compressed data, but uncompressed is also fine. Note: this is for personal use only, I'm not distributing my application.
I already found this: The audio is delivered through a push-callback called by libspotify when data is available
This Python library seems to give access to uncompressed audio data: pyspotify - Playing music