Sometimes the spotify playlist API query will return None for some song id's which crashed my program further down the pipeline, fixed by added filter to skip those tracks.
Spotify song downloader without injecting into the windows client
sudo apt install ffmpeg (For windows download the binarys and place it in %PATH%)
pip music_tag
pip pydub
pip install git+https://github.com/kokarare1212/librespot-python
Use "-p" or "--playlist" to download a saved playlist from our account
Supply the URL or ID of a Track/Album/Playlist as an argument to download it
Don't supply any arguments and it will give you a search input field to find and download a specific Track/Album/Playlist via the query.
Description
Spotify song downloader without injecting into the windows client