# spotiflac-cli
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.