1 2 3 4 5 6 7 8 9 10 11 12
# arsene A simple CLI tool to download albums from bandcamp. Only 128 kbps. ## Installation 1. Clone the repo 2. `cargo install --path /path/to/the/repo` ## Usage ```bash arsene --album-url <ALBUM_URL> --save-path <SAVE_PATH> ```