Tutorial | Download music without spotify premium

Tutorial | Download music without spotify premium

emiferpro | @iOSStarWorld

Let's first update the packages:


apt update && apt upgrade -y


Then we are going to put this command


apt update && apt upgrade -y && apt install -y python ffmpeg && pip install spotdl && termux-setup-storage && clear


We accept permissions


Now we are going to move to the folder where you want to download the music, in my case Music


cd ~/storage/shared/Music


Now we are going to download the song/playlist.


spotdl download <link>


For example:


spotdl download https://open.spotify.com/track/3tUk2PzTp8KCIU4cxstJq1


Afterwards we have the file in the folder that we specified, with all the Spotify metadata!

Report Page