Top Best GitHub – rg3/youtube-dl: Command Line Program to Download YOUTUBE VIMEO HUB Videos 2018

2018 agent automation baby best Bot cash chat chatbot cpu crypto currency detroit flint free gpu JAVA PYTHON WRAPPER MICHIGAN miner mining monero SEO virtual virtual agent watson xmr z zcash zec

https://github.com/rg3/youtube-dl

Top Best GitHub – rg3/youtube-dl: Command Line Program to Download YOUTUBE VIMEO HUB Videos 2018

 

INSTALLATION

To install it right away for all UNIX users (Linux, OS X, etc.), type:


1
2
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget:


1
2
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

Windows users can download an .exe file and place it in any location on their PATH except for

1
%SYSTEMROOT%\System32

(e.g. do not put in

1
C:\Windows\System32

).

You can also use pip:


1
sudo -H pip install --upgrade youtube-dl

This command will update youtube-dl if you have already installed it. See the pypi page for more information.

OS X users can install youtube-dl with Homebrew:


1
brew install youtube-dl

Or with MacPorts:


1
sudo port install youtube-dl

Alternatively, refer to the developer instructions for how to check out and work with the git repository. For further options, including PGP signatures, see the youtube-dl Download Page.

DESCRIPTION

youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work on your Unix box, on Windows or on macOS. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.

Related posts