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

dlspt 63feb31f11 Add mega.nz as alternative download method 3 years ago
.gitignore 6503e03256 Initial commit 3 years ago
README.md 63feb31f11 Add mega.nz as alternative download method 3 years ago
index.js 378930e43b Add album support 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 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 at:

❗ Linux hasn't been tested.

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.