A project to download YouTube videos in the highest resolution, from the command line.
- Clone the repository.
- Ensure you have
Python3
installed on your machine. - Install pytube on your machine, run
pip3 install pytube
. - Update the
directory
value inytDownloader.py
to the absolute path for where you want to download the videos.
- Run:
python3 ytDownloader.py 'YOUTUBE_LINK'
- Example:
python3 ytDownloader.py 'https://www.youtube.com/watch?v=IYnsfV5N2n8'