Downcida
Downcida is a Rust crate that allows you to download Spotify tracks using the Lucida API. It provides a simple interface to download audio files from Spotify tracks and save them to a specified directory.
Features
- Download Spotify tracks as FLAC files
- Specify output directory for downloaded files
- Optional country selection for the download source
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
Here's a basic example of how to use Downcida:
use Downcida;
use PathBuf;
async