Skip to content

a script to easily download your spotify playlist from youtube

License

Notifications You must be signed in to change notification settings

luluwaffless/dspyt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dspyt 🎶 forthebadge

a script to easily download your spotify playlist from youtube

requirements 📚

how to use 💻

  1. go to the spotify developer dashboard, create a new app, set the redirect URI as http://localhost:5000/callback and paste the client's ID and secret onto the .env file
  2. download the requirements and clone the repository using git clone https://github.com/luluwaffless/dspyt.git && cd dspyt (or download directly from github)
  3. on the repository's terminal, use the command npm i
  4. start the script with npm start or node .
  5. insert your spotify playlist URL, it should have 56 characters and start with https://open.spotify.com/playlist/
  6. go to http://localhost:5000 where you'll be redirected to login with spotify
  7. after that, the playlist will start downloading, if a song does not have a specific match in youtube, you'll be prompted to select one
  8. just sit back, relax, and wait for the playlist to download, it should be in /downloaded afterwards

how to use (in an android device) 📱

  • warning: this script was made to run on computers and may have problems with downloading!
  1. download termux
  2. use the following commands:
pkg update && pkg upgrade
pkg install git
pkg install nodejs
pkg install ffmpeg
pkg install python
  1. follow the PC steps
  2. use the following commands to move the playlist from the terminal to the storage's music folder (replace {PLAYLIST_NAME} with your actual playlist name):
termux-setup-storage
mv /{PLAYLIST_NAME}/* ~/storage/music/
  1. use your favorite media player to play your playlist

About

a script to easily download your spotify playlist from youtube

Topics

Resources

License

Stars

Watchers

Forks