mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
26 lines
483 B
Markdown
26 lines
483 B
Markdown
# spotiflac-cli
|
|
|
|
<p align="center">
|
|
<img src="./assets/logo.png" width=300 height=300/>
|
|
</p>
|
|
|
|
Spotify downloader with playlist sync in mind.
|
|
|
|
## Usage
|
|
```bash
|
|
spotiflac-cli download [URL] -v -o ~/Music/song.flac
|
|
```
|
|
|
|
## How to build
|
|
1) Clone the repo
|
|
```bash
|
|
git clone https://github.com/Superredstone/spotiflac-cli && cd spotiflac-cli/
|
|
```
|
|
2) Build
|
|
```bash
|
|
go build .
|
|
```
|
|
|
|
## License
|
|
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|