Skip to content

Xception-Inc/YouTube-Video-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

Usage

There are two command line arguments:-
--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'

About

Download Youtube Videos for free.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages