Overview
youtube-dl
is a small command-line program to download videos from YouTube.com and a few more sites.
Requirement
- Python 2.6, 2.7 or 3.2+
Install
On Linux Platform
Install youtube-dl by using curl command
Install youtube-dl by using wget command
Install youtube-dl by using pip command
On Mac Platform
Install youtube-dl by using brew command
NOTE!: Make sure you have installed HomeBrew on your system, If you don’t have HomeBrew installed then Click Here to Install HomeBrew
On Windows Platform
- Download yotube-dl.exe
- Place
youtube-dl.exe
in home directory or any other location onPATH
.
Refer: https://github.com/rg3/youtube-dl for more information