This Python script allows you to download audio tracks from a Spotify playlist using YouTube as the source.
- Extraction of track titles from a Spotify playlist URL
- Download of audio files in MP3 format
- Organization of downloaded files in a folder named after the playlist
- Python 3.7+
- pip (Python package manager)
-
Clone this repository: git clone https://github.com/nightkikko/spd.git
-
Navigate to the project directory: cd spd
-
Install the required dependencies: pip install -r requirements.txt
-
Run the script: python main.py
-
When prompted, enter the URL of the Spotify playlist you want to download.
-
The script will start downloading the audio tracks into a new folder named after the playlist.
This script is intended for personal and educational use only. Make sure to respect copyright and terms of service of the concerned services.
This project is licensed under the MIT License. See the LICENSE
file for more details.