mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2026-01-04 22:40:27 +00:00
2d501ff5017e3ac60108673f38c2b44c27be1377
Seems as though the product key can be left out in some cases, so check if it exists beforehand.
zspotify
Spotify song downloader without injecting into the windows client

Requirements:
Binaries
- Python 3.8 or greater
- ffmpeg*
Python packages:
- pip install -r requirements.txt
*ffmpeg can be installed via apt for Debian-based distros or by downloading the binaries from ffmpeg.org and placing them in your %PATH% in Windows.
- Use "-p" or "--playlist" to download a saved playlist from our account
- Use "-ls" or "--liked-songs" to download all the liked songs from out account
- Supply the URL or ID of a Track/Album/Playlist as an argument to download it
- Don't supply any arguments and it will give you a search input field to find and download a specific Track/Album/Playlist via the query.
Languages
Python
99.4%
Dockerfile
0.6%