<div dir="ltr"><div class="gmail_default" style="font-size:large">NMGLugers, Okay, Anthony is all set. His version of youtube-dl is 2020.09.20 and he successfully downloaded a video this morning. He had used curl to obtain the binary, but had not successfully changed permissions as evidenced by his last email above. Once permissions were set and the version verified he did a test and successfully got and then viewed his goal video. Afterwards we discussed how to maintain this in the future and he has saved a copy of the instructions from Akkana. We discussed the difference between using the Debian repository and the external source for this version. <br></div><div class="gmail_default" style="font-size:large">Have a good weekend and congratulations to Jared. Thank you, Ted P<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 25, 2020 at 1:41 PM a <<a href="mailto:a@kaluta.us">a@kaluta.us</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi<br>
<br>
a@alap:~$ /usr/local/bin/youtube-dl<br>
bash: /usr/local/bin/youtube-dl: Permission denied<br>
a@alap:~$ sudo /usr/local/bin/youtube-dl<br>
[sudo] password for a:<br>
sudo: /usr/local/bin/youtube-dl: command not found<br>
a@alap:~$<br>
<br>
Thanks<br>
<br>
On 9/25/20 12:15 PM, Akkana Peck wrote:<br>
> a writes:<br>
>> Hi<br>
>><br>
>> OS specifics--Debian 10, firefos, cimmanon.<br>
>><br>
>> Youtube -dl  needs upgrade/ update?<br>
>><br>
>> Functionally illiterate linux user wishes youtube -dl update/update? advice.<br>
> You didn't like my instructions last night at the meeting, but<br>
> I'll give them again here anyway, with more details:<br>
><br>
> YouTube frequently changes its pages, so youtube-dl has to be<br>
> updated frequently to keep up. Since Debian stable doesn't update<br>
> software often, you need to get youtube-dl from somewhere else.<br>
><br>
> First, you'll probably want to<br>
>      sudo apt uninstall youtube-dl<br>
> to make sure the obsolete Debian version isn't getting in the way.<br>
><br>
> The best place to get the latest youtube-dl is its project website:<br>
> <a href="https://yt-dl.org/" rel="noreferrer" target="_blank">https://yt-dl.org/</a><br>
><br>
> If you click on "Download instructions", you get taken to a page<br>
> that suggests running the two commands:<br>
><br>
> sudo curl -L <a href="https://yt-dl.org/downloads/latest/youtube-dl" rel="noreferrer" target="_blank">https://yt-dl.org/downloads/latest/youtube-dl</a> -o /usr/local/bin/youtube-dl<br>
> sudo chmod a+rx /usr/local/bin/youtube-dl<br>
><br>
> If you run these two commands, now you'll have a copy of the latest<br>
> youtube-do installed in /usr/local/bin, which is probably in your<br>
> path already. But if not (if you type youtube-dl and get Command not<br>
> found), you can run it by typing:<br>
><br>
> /usr/local/bin/youtube-dl <a href="https://www.youtube.com/watch?v=-XsvoJ3vyBc" rel="noreferrer" target="_blank">https://www.youtube.com/watch?v=-XsvoJ3vyBc</a><br>
><br>
> (or whatever your desired youtube URL is).<br>
><br>
> That should work. But if it breaks again, weeks or months from now,<br>
> you can update it by typing those same sudo curl and sudo chmod<br>
> commands again.<br>
><br>
>          ...Akkana<br>
> _______________________________________________<br>
> nmglug mailing list<br>
> <a href="mailto:nmglug@lists.nmglug.org" target="_blank">nmglug@lists.nmglug.org</a><br>
> <a href="http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org" rel="noreferrer" target="_blank">http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org</a><br>
_______________________________________________<br>
nmglug mailing list<br>
<a href="mailto:nmglug@lists.nmglug.org" target="_blank">nmglug@lists.nmglug.org</a><br>
<a href="http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org" rel="noreferrer" target="_blank">http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org</a><br>
</blockquote></div>