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 3 weeks ago
yt-dlp is great for cli, and if you want a web gui, you can run metube in docker
Korhaka@sopuli.xyz 3 weeks ago
markz@suppo.fi 3 weeks ago
I don’t think docker is a good solution for people who need a gui
randombullet@programming.dev 3 weeks ago
There is portainer. CLI until you install portainer then everything is GUI based.
markz@suppo.fi 3 weeks ago
The whole concept of running containers might be too much for most people. Ideally it would just be an app that you download.