musd
is a MUSic Downloader, and that's why it was named as musd
.
You need to have cargo
been installed, if you haven't installed it yet here is a guide for you. (Rust v1.60.0 or above required)
```bash
cargo install musd
git clone git@github.com:hustcer/musd.git cd musd && cargo install --path . ```
```bash
musd someone like you
musd Celine Dion ```
--output
or -o
to specify the directory that downloaded musics will be saved;MUSD_OUTPUT
env variable to the path where you want to have your musics been saved;By default, the highest quality lossless music will be downloaded, usually in flac
format.
This app was heavily inspired by musicn, special thanks to them.
musicn
was written in Node.js and I rewrote it by rust just for practice. And this is my first Rust App.
Hope you love it.