Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Keep trying to install youtube-dl manually but I keep getting the error "unable to resolve host address ‘yt-dl.org’"
[with wget]
anthony@anthonyserver:
$ sudo wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl$[sudo] password for anthony:
--2016-05-17 17:06:24-- https://yt-dl.org/latest/youtube-dl
Resolving yt-dl.org (yt-dl.org)... failed: Name or service not known.
wget: unable to resolve host address ‘yt-dl.org’
anthony@anthonyserver:
[with curl]
anthony@anthonyserver:~$ sudo curl https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: yt-dl.org