Tech C**P
15 subscribers
161 photos
9 videos
59 files
304 links
مدرس و برنامه نویس پایتون و لینوکس @alirezastack
Download Telegram
How a programmer download from Spotify? (In case you cannot purchase the song and download them from IR like me)

spotdl is one of the great number one python 3 packages that downloads a song or playlist on your system.

In order to download a song copy the music link and:

spotdl --song https://open.spotify.com/track/2DGa7iaidT5s0qnINlwMjJ


Or in case you have a playlist link:

$ spotdl --playlist https://open.spotify.com/user/nocopyrightsounds/playlist/7sZbq8QGyMnhKPcLJvCUFD
INFO: Writing 62 tracks to ncs-releases.txt
$ spotdl --list ncs-releases.txt


To read installation and more command options:

- https://github.com/ritiek/spotify-downloader

#python3 #spotdl #spotify #github