YouTube-Video-Downloader
Download Youtube Videos for free.
Installing Dependencies:-
Windows
pip install pytube
Mac/Linux
pip3 install pytube
Cloning the repository
git clone https://www.github.com/Xception-Inc/YouTube-Video-Downloader.git
cd YouTube-Video-Downloader
There are two command line arguments:- Usage
--url - The YouTube Video URL. This is a required argument.
--dir - The directory in which the video is supposed to be saved. This is not a required argument. If it is not specified, the video gets downloaded in the current working directory.
Windows
python main.py --url 'https://www.youtube.com/watch?v=tCuRbIInrOo' --dir 'C:\Users\Admin\Videos'
Mac/Linux
python3 main.py --url 'https://www.youtube.com/watch?v=tCuRbIInrOo' --dir 'C:\Users\Admin\Videos'