On Fri, Dec 11, 2020 at 3:19 PM Samuel Sieb <[email protected]> wrote:
>
> On 12/11/20 9:15 AM, home user wrote:
> > Once in a while, I want to download a video that I enjoyed watching in
> > Firefox. I googled this. One recommended tool was the "Video
> > DownloadHelper" add-on for Firefox. I installed it; it worked fine for one
> > video, but not the second. Another article pointed to by google is:
>
> I use "youtube-dl" from the command line, it gives you a lot of control
> over exactly what formats you want. "youtube-dl -F url" will give you
> the list of available formats and then you can use "youtube-dl -f {n}
> url" to get it. See the man page for details. Btw, even though it's
> called "youtube"-dl, it can download from many other sites as well.
I too use youtube-dl. It has a reddit page and you can download
it with pip
pip install youtube-dl
In fact, I am using it right now to download a talk I gave two months ago.
> _______________________________________________
> users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/[email protected]
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]