simple spotify downloader
- Python 100%
| LICENSE | ||
| README.md | ||
| ssdl.py | ||
ssdl - simple spotify downloader
Based on pyspotdl, but with a much easier setup and configuration.
How-to:
- Install Python (3.13 or newer);
- Create folder and place this script into them (right-click and "Save to...");
- Run this script through python and pass playlist/album/track links though command line args.
Example (Linux):
mkdir ssdl
wget https://code.mmk.pw/owner/ssdl/raw/branch/master/ssdl.py
python3 ssdl.py https://open.spotify.com/album/09PYkGcZ7yH3UnAAuHSKzN
License
MIT. Do what you want.