A simple CLI tool built with python3 to help you download yoututbe videos.
- Option to downlload videos in many formats eg. 144p, 480p, 720p, 1080p etc.
- Option to extract audio from a youtube video link.
- Supports playlist download.
- High quality audio.
- Low sized high quality videos.
Download python3 from Here if you do not have python installed.
Download and install git from here if you do not have git already.
Follow the instructions on this page to install yt-dlp.
Follow this tutorial to install ffmpeg.
Open your terminal and clone this repo
git clone https://github.com/shadoworbs/yt-dlp.gitChange directory
cd yt-dlpInstall required dependencies by running:
pip install -r requirements.txtFor windows users: run
python yt.pyFor Mac or Linux: run
python3 yt.py