watsonbox / exportify

Export/Backup Spotify playlists using the Web API
https://exportify.app/
MIT License
3.15k stars 435 forks source link

Add support for exporting the writers listed in the credits please #100

Closed andredelaney closed 3 years ago

andredelaney commented 3 years ago

This would be amazing

watsonbox commented 3 years ago

I'm afraid that won't be possible since this data isn't available via the web API:

matthiasstraka commented 2 years ago

When using the Spotify web-client, the website requests credits through https://spclient.wg.spotify.com/track-credits-view/v0/experimental/{id}/credits

But when requesting with the and WebAPI authorization scope, you get a 403 error code "Client not allowed". It works with the token from the current web-session though (use the Developer-Tools of your browser to get to them).