A streaming music downloader. https://github.com/d-fi/releases/releases
Namkhai B adf7558cc7 v2.1.4 | преди 2 години | |
---|---|---|
__tests__ | преди 2 години | |
assets | преди 4 години | |
docs | преди 3 години | |
src | преди 2 години | |
.eslintignore | преди 2 години | |
.eslintrc.js | преди 3 години | |
.gitignore | преди 3 години | |
.prettierrc.js | преди 3 години | |
LICENSE | преди 5 години | |
README.md | преди 3 години | |
build.sh | преди 3 години | |
package.json | преди 2 години | |
setup-termux.js | преди 3 години | |
tsconfig.json | преди 3 години | |
yarn.lock | преди 2 години |
A streaming music downloader.
d-fi is a program for downloading music from streaming music services. Remember that the artists and studios put a lot of work into making music - purchase the original music to support them.
Please read here
Note that Spotify and Tidal tracks will be sourced from Deezer using ISRC matching and UPC for albums. Also Spotify artist tracks are limited upto 10 items.
First install nodejs
following this tutorial
Once nodejs
installation is complete run this command.
sudo npm i -g d-fi
or if you are using yarn
yarn global add d-fi
Now you can run using command d-fi
to start.
Download pre-built binary from here and then double click on Windows to run. For Linux and macOS user, first open your choice of terminal and the execute with ./d-fi
All options are optional. You can suppress prompts via providing quality
and url
if you are using scripts. You can also use config file. Read the docs here
Parameter | Short | Supported values | Description |
---|---|---|---|
--quality |
-q |
128/320/flac | The quality of the files to download |
--output |
-o |
Output file format according to saveLayout . See more here |
The path to download the files to |
--url |
-u or nothing |
album/artist/playlist/track url | Downloads from url |
--input-file |
-i |
Downloads all urls listed in text file. Example: d-fi -i links.txt |
Downloads from url |
--concurrency |
-c 1 to 50 |
Downloads X songs at a time | |
--set-arl |
-a |
arl string |
Set arl cookies |
--headless |
-d |
Nothing | Run in headless mode. You must provide both --url and --quality if you run in headless mode. This mode is meant for scripting automation. |
--resolve-full-path |
-rfp |
Nothing | Create playlist file with absolute path location |
--create-playlist |
-cp |
Nothing | Create playlist for albums and artists |
--config-file |
-conf |
Config location. Example: d-fi -conf my-d-fi.config.json |
Specify custom location to config file |
--update |
-U |
Nothing | Download new update (binary only) |
--help |
-h |
Nothing | Shows the CLI help |
If you want to show your appreciation, you can donate me on here. Thanks!
Telegram community group: @dFiCommunity
d-fi was not developed for pirating music but educational and private usage.
It may be illegal to use this in your country,
I am not responsible in any way for the usage of others.
Made with :heart: & :coffee: by Sayem
Based on SMLoadr and Deezloader Remix