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