Python based tool for Downloading Youtube Playlists with Selenium and PyTube
- Download the GitHub Repository Here
- Open a
cmd promptand execute the code
pip install -r requirements.txt - Download the Chromedriver release w.r.t the Chrome Browser from Here
- Add the Chromedriver path to the Path environment variable along with the exe.
E.g.\\Path to exe\\chromedriver.exe
- Open the downloader.exe and Enter the Url of the playlist OR
- Open a
cmd promptand run the commandscd Releasesanddownloader.exe [url of playlist]
- Open a
cmd promptand run the commandscd Codeandpython downloader.py [url of playlist]
All code and Executables are under the Apache License 2.0.
Sorry for the shitty code. Will refactor later, if necessary.