A command-line utility to download songs and playlists directly from Spotify's servers
Find a file
2022-04-29 15:35:59 +02:00
librespot@1b1c22b6bc Add files 2020-10-25 01:39:20 +02:00
src Password can know be passed as argument 2022-04-29 15:35:59 +02:00
.gitignore keep Cargo.lock since building an executable 2022-04-29 15:07:10 +02:00
.gitmodules Add files 2020-10-25 01:39:20 +02:00
build.rs Add custom build file 2021-02-14 23:24:59 +01:00
Cargo.lock keep Cargo.lock since building an executable 2022-04-29 15:07:10 +02:00
Cargo.toml Add custom build file 2021-02-14 23:24:59 +01:00
LICENSE Add files 2020-10-25 01:39:20 +02:00
README.md Add disclaimer 2021-02-12 18:19:31 +01:00

spotify-dl

A command line utility to download songs and playlists directly from Spotify's servers.

You need a Spotify Premium account.

Dependencies

spotify-dl depends on libflac

Debian-based distros

sudo apt install libflac-dev

Usage

spotify-dl 0.1.0
A commandline utility to download music directly from Spotify

USAGE:
    spotify-dl [OPTIONS] --username <username> [tracks]...

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --destination <destination>    The directory where the songs will be downloaded [default: .]
    -u, --username <username>          Your Spotify username

ARGS:
    <tracks>...    A list of Spotify URIs (songs, podcasts or playlists)

Songs and playlists must be passed as Spotify URIs (e.g. spotify:track:123456789abcdefghABCDEF for songs and spotify:playlist:123456789abcdefghABCDEF for playlists).

Disclaimer

The usage of this software may infringe Spotify's ToS and/or your local legislation. Use it under your own risk.

License

spotify-dl is licensed under the MIT license. See LICENSE.