If I wanted a web UI I would just make a script that ran yt-dlp $1 and then use php shell_exec(script URL);
Comment on What YouTube downloader are the kids using these days?
guynamedzero@piefed.zeromedia.vip 2 months ago
yt-dlp is great for cli, and if you want a web gui, you can run metube in docker
Korhaka@sopuli.xyz 2 months ago
markz@suppo.fi 2 months ago
I don’t think docker is a good solution for people who need a gui
randombullet@programming.dev 2 months ago
There is portainer. CLI until you install portainer then everything is GUI based.
markz@suppo.fi 2 months ago
The whole concept of running containers might be too much for most people. Ideally it would just be an app that you download.