Skip to content

This Python script downloads audio files from YouTube for a given Spotify playlist using the Spotify API and YouTube. It handles any exceptions that occur and saves the audio files to a newly created folder for the playlist.

Notifications You must be signed in to change notification settings

orty17/Spotify-Playlist-Download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Spotify-Playlist-Download

Updated : 02 April 2023

v1.1.3

  • Added a fix for error links and updated API call links
  • Added a functionality for new Playlists Name as Directory Name.

Last Updated : 08 March 2023

v1.1.2

  • Added error handling for songs that does not return any links which will cause code to continue on
  • Added offsetting songs, now you can change the OFFSET_VARIABLE to any songs that was missed

How To Use

YOUTUBE VIDEO : https://youtu.be/1wGU652jF9g

To clone and run this application, you'll need python From your command line:

# Clone this repository if you have git or just download code.

$ git clone https://github.com/surenjanath/Spotify-Playlist-Download.git

# Install requests if you already don't have it.
$ pip install requests

You can find the medium articles here :

  1. Automate Downloading Bulk Spotify Playlist [ ARTICLE ]

License

MIT


GitHub @surenjanath  ·  Twitter @surenjanath

About

This Python script downloads audio files from YouTube for a given Spotify playlist using the Spotify API and YouTube. It handles any exceptions that occur and saves the audio files to a newly created folder for the playlist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%