Crates.io | spotify_downloader |
lib.rs | spotify_downloader |
version | 0.1.1 |
source | src |
created_at | 2022-05-24 15:41:57.638094 |
updated_at | 2022-05-24 15:45:47.360233 |
description | Downloads Spotify playlists |
homepage | https://github.com/MattTheCuber/spotify_downloader |
repository | https://github.com/MattTheCuber/spotify_downloader |
max_upload_size | |
id | 592875 |
size | 1,440,055 |
Replace CLIENT_ID
and CLIENT_SECRET
with your credentials from
$ $Env:RSPOTIFY_CLIENT_ID="CLIENT_ID";
$ $Env:RSPOTIFY_CLIENT_SECRET="CLIENT_SECRET";
Link and path are required, client id and client secret can be skipped if you setup environment variables
$ cargo install spotify_downloader
$ spotify_downloader <playlist_link> <path> (client_id) (client_secret)