A command line interface to download youtube playlists in one go. The application employs multi-threading to download numerous videos at once, optimising the download process to the maximum extent.
- Python3
To get started:
- Clone the repo
git clone https://github.com/guptaharsh13/youtube-playlist-downloader
- Checkout to a new branch
git checkout -b my-amazing-feature
- Make some amazing changes.
git add .
git commit -m "<Verb>: <Action>"
git push origin my-amazing-feature
- Open a pull request :)
To start contributing, check out CONTRIBUTING.md
. New contributors are always welcome to support this project.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py
This project is licensed under MIT.
Made with ❤ by Harsh Gupta