- This topic has 0 replies, 1 voice, and was last updated 5 months, 2 weeks ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.

Uniting People
What makes us different from other similar websites? › Forums › Tech › Download Spotify Playlist [Linux]
Tagged: download music, Linux, mp3, music save, Spotify
$ python3 -m venv my_project_venv
$ source my_project_venv/bin/activate
$ pip install spotdl
$ mkdir mp3
$ cd mp3
$ spotdl [LINK]
$ cd ..
$ rm -rfv my_project_venv