- Inspired by spotify-downloader
- Uses SpotifyDown's API
- Supports downloading of Albums and Playlists
Requires: tsx
to be installed globally (npm i -g tsx
)
Get help
tsx index.ts -h
Download album / playlist from link
tsx index.ts "https://open.spotify.com/album/6kxY4y9rGrWpnhofahze9h?si=uhqoQVoSQkKKz5nBP_6ozg"
Using custom download path (must be absolute path!)
tsx index.ts "https://open.spotify.com/album/6kxY4y9rGrWpnhofahze9h?si=uhqoQVoSQkKKz5nBP_6ozg" -p "/path/to/folder"