Download spotify playlists from the dz.loader api. Inspired by SMLoadr.

dlspt 08e5ca839b Fix album pagination 3 years ago
.gitignore 6503e03256 Initial commit 3 years ago
README.md 08e5ca839b Fix album pagination 3 years ago
index.js 08e5ca839b Fix album pagination 3 years ago
package-lock.json 6503e03256 Initial commit 3 years ago
package.json 6503e03256 Initial commit 3 years ago
yarn.lock 6503e03256 Initial commit 3 years ago

README.md

Dl-Spt

Dl-Spt is a CLI app made with NodeJS that downloads Spotify playlists and albums using the dz.loaderapp API.

Features:

  • Download Spotify playlist with just the URL to a specified directory
  • Also works with playlists with local files
  • Choose between %artist% - %title% or %title% - %artist% for song filename.
  • Doesn't require login
  • Preview details from playlist (name, number of songs and songs)
  • Select specific songs in playlist to download.
  • Watch downloaded songs and total progress
  • Parallel downloads

Download

Executables are available to download on releases.

Build from source

In root directory:

npm install
npm run build

How does it work?

Dl-Spt uses an unofficial Spotify API to get the details of the playlist and looks for song matches in Deezer. It grabs the first match and downloads the song with the dz.loaderapp API.