simple spotify downloader
Find a file
2026-05-12 02:36:58 +00:00
LICENSE upload 2026-05-11 13:47:48 +07:00
README.md Update README.md 2026-05-12 02:36:58 +00:00
ssdl.py upload 2026-05-11 13:47:48 +07:00

ssdl - simple spotify downloader

Based on pyspotdl, but with a much easier setup and configuration.

How-to:

  1. Install Python (3.13 or newer);
  2. Create folder and place this script into them (right-click and "Save to...");
  3. 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.