Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 527 Bytes

Youtube Downloader MP3 From Spotify Playlist

PS: it need to be a public playlist

Have Python 3.9+

Create venv:

python -m venv venv

Use venv:

source venv/bin/activate or

source venv/Scripts/activate

Download deps:

pip3 install -r requirements.txt

Create .env file with envs from .env.example

Run using python main.py

Troubleshooting:

"get_throttling_function_name: could not find match for multiple"

Follow the issue with a community solve: https://github.com/pytube/pytube/issues/1707