caseychu / spotify-backup

A Python script that exports all of your Spotify playlists.
MIT License
847 stars 123 forks source link

Resume after token expires #29

Open NicoWeio opened 3 years ago

NicoWeio commented 3 years ago

I don't know if this is normal, but this program takes >1 hour to fetch all my liked songs (~1000) and playlists. The problem is that the token only seems to be valid for an hour, so that all requests after will fail. It would be nice to detect expired tokens and re-prompt the user if necessary.