Install YouTube-dl on your Linux, OS X, Ubuntu 12.04, Ubuntu 14.04, Ubuntu 15.04, Ubuntu 16.04, Mint, Fedora or any other distros-
youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter(2.6, 2.7, or 3.2+), and it is not platform specific. youtube-dl should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.
YouTube-dl supported sites - Linux, OS X, Ubuntu, Mint, Fedora
YouTube-dl supported sites - Linux, OS X, Ubuntu, Mint, Fedora
Architecture: | any |
---|---|
Repository: | Community |
Description: | A small command-line program to download videos from YouTube.com and a few more sites |
Upstream URL: | http://rg3.github.io/youtube-dl/ |
License(s): | custom |
Maintainers: | Eric Bélanger |
Package Size: | 1.5 MB |
Installed Size: | 9.7 MB |
Last Packager: | Lukas Fleischer |
Build Date: | 2016-06-26 08:20 UTC |
Signed By: | Lukas Fleischer |
Signature Date: | 2016-06-26 08:21 UTC |
Last Updated: | 2016-06-26 08:24 UTC |
To install it right away for all UNIX users (Linux, OS X, etc.), type:
$ 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
$ 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
$ sudo pip install --upgrade youtube_dl
$ brew install youtube-dl
YouTube-dl supported sites - Linux, OS X, Ubuntu, Mint, Fedora
If you do not have curl, you can alternatively use a recent wget:
$ 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
You can also use pip:
$ sudo pip install --upgrade youtube_dl
This command will update youtube-dl if you have already installed it. See the pypi page for more information.
You can use Homebrew if you have it:
$ brew install youtube-dl
YouTube-dl supported sites - Linux, OS X, Ubuntu, Mint, Fedora
Post a Comment