Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 2.22 KB

README.md

File metadata and controls

73 lines (41 loc) · 2.22 KB

DeezLoadr

A deezer music downloader.

DeezLoadr is a program for downloading music from Deezer music streaming service. It is intended for educational and private use only, and not as a tool for pirating and distributing music ❗ Remember that the artists and studios put a lot of work into making music - purchase music to support them 💪

Since I am also caught up with other things I can't work on this very often. Right now it is just a basic tool which I hope will be improved in the future, and be contributed to 😎

Screenshot

Features

  • Download music from Deezer
  • Supports single tracks, albums & playlists
  • Music quality selection (MP3 - 128 kbps, MP3 - 320 kbps, FLAC - 1411 kbps)
  • Auto tagging MP3 files (with album cover)
  • Saves music to "DOWNLOADS/[artist]/[album]/[track_number] [title].mp3/flac"
  • Open source released under the GPLv3 (feel free to send pull requests 😎)

Downloads

DeezLoadr-win-x64

DeezLoadr-win-x86

DeezLoadr-linux-x64

DeezLoadr-linux-x86

DeezLoadr-macos-x64

DeezLoadr-macos-x86

Build Setup

# Install dependencies
npm install

# Run the app for active development
node app.js

# Build the app
npm install -g pkg (If you haven't installed it already)
Execute the BUILD.cmd file ;)

Donate

PayPal: https://paypal.me/J05HI

BTC: 18JFjbdSDNQF69LNCJh8mhfoqRBTJuobCi

Disclaimer

The author don't call to commit crimes.

The usage of this tool may be illegal in your country! Please inform yourself.

The author gives no guarantee at all and isn't responsible for damages of all kinds!


Made with ❤️ by J05HI | Proudly released under the GPLv3.