Tool that enables a user to download a Youtube Playlist to MP3
Currently, this works this FireFox installed. Might update to more browsers in the future.
- Python 3.11
- Selenium
- PyTube
NOTE: Skip if you only intend to use the program.
- Clone the repository
- Run
pip install -r requirements.txt
- Either run the script or run the executable in
dist
folder. - Enter a Youtube playlist link when prompted.
- A FireFox window will open. DO NOT close the window until the process is finished.
- Wait for the process to complete and DO NOT close terminal until completed.
- All files can be found in a generated
output
folder.
You can contribute to the project by doing the following:
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request