About

What does this website do?

This website allows users to download Spotify playlists and tracks easily. When downloading playlist the website returns a ZIP file with all the tracks. Individual tracks are served with metadata.

How do I use it?

Simply press on the three dots in a Spotify track or playlist, share it, copy the link, then paste the link in the input dialog on the home page.

How does it work?

The website uses the Spotify API to get data from playlists and tracks. When downloading them it uses youtube-sr to find the best match to the track, then it uses ytdl-core to download the match, and serves it to the user in the appropriate format.

Tracks with metadata are converted to MP3 using ffmpeg.wasm and decorated with the data from the Spotify API (title, album, cover, artists). At the moment, only individual tracks are served with metadata, due to the long time hole playlists take to process, and will be added to playlists in the near future.