14 Have Any Of You Tried Out Any Of These Youtube Downloaders? (archive.is) posted 305 days ago by LastRights 305 days ago by LastRights +14 / -0 20 comments share 20 comments share save hide report block hide replies
I run YouTube dl in a docker
In a docker?
Yeah. Docker is sorta a localised virtual os for that kind of stuff. ts free and you can run all sorts of programs on it.
Its like a program or app but it is in its own virtual machine that can't interact with any other parts of the computer running it?
Yeah the ones I've used are like a VM for a specific app.
You mean a sandbox?
Give us the tutorial. ;)
Well, you can check this out. It covers how to install docker on linux/windows/etc
https://docs.docker.com/engine/install/ubuntu/
then this was the app I was suggesting
https://github.com/ytdl-org/youtube-dl
and here it is in docker form
https://github.com/mikenye/docker-youtube-dl
Once you get several containers going, I suggest using portainer
https://docs.portainer.io/start/install-ce/server/docker/linux
In most use cases "docker" translates to "unnecessary nerd shit".
Looks like Youtube-dl has been shut down by a German court? There is a source available version of ClipGrab (which uses yt-dl) here:
https://github.com/FreedomBen/clipgrab
https://github.com/ytdl-org/youtube-dl
this is the one I used