A command-line interface (CLI) tool for downloading YouTube videos and playlists.
To install the YouTube downloader CLI, run the following command:
pip install yt-cli-dl
# Clone the repository
git clone https://github.com/hendurhance/yt-cli-dl.git
cd yt-cli-dl
# Run the command
python3 -m cli
To use the YouTube downloader CLI, run the following command:
yt-cli-dl
- Fork the repo (https://github.com/hendurhance/yt-cli-dl/)
- Create your feature branch (
git checkout -b feature/helloWorld
) - Commit your changes (
git commit -am 'Add some helloWorld'
) - Push to the branch (
git push origin feature/helloWorld
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.