On Thu, Aug 14, 2014 at 03:32:25PM -0400, John Ferrell jferrell13@triad.rr.com [LINUX_Newbies] wrote:
> It responds that "E: Package 'youtube-dl' has no installation candidate"
>
> If anyone would care to join in they are welcome. I warn you, I work slowly!
> John W8CCW
Most of the time, a distribution's version of youtube-dl is out of date
anyway. It's just a python script, so you can download its source and use
it.
wget https://yt-dl.org/downloads/2014.08.10/youtube-dl
This should bring you the script.
Now put it in your path. Standard would be to either put it in
/usr/local/bin or your own $HOME/bin. $HOME means your home directory.
Meh, some distros don't look in $HOME/bin as a path, so let's put it into
/usr/local/bin
sudo mv youtube-dl /usr/local/bin
sudo chmod 755 /usr/local/bin/youtube-dl
Then use it.
Find a video you like on youtube, copy the url and then
youtube-dl <url>
--
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
Posted by: Scott <scottro@nyc.rr.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (3) |
No comments:
Post a Comment