Some shell scripts around spotdl
to make downloading MP3s
from Spotify easier (specifically, via playlists)
In October 2019 spotdl was the most reliable Spotify-ripping tool I found. Update Sept 2024: it still is, don't ask me how I know, I just know
Fun fact: spotdl
doesn't actually download from Spotify, it just gets the playlist
tracks then tries to find the same songs on YouTube and download from there, lol
- Install
spotdl
using their install instructions
- Make a sick Spotify playlist
- Copy its playlist URL (right-click -> copy)
- Run
./run.sh [your-spotify-playlist-url]
- Rock the party
MIT