YoutubeDL-Material is exactly what you're looking for. It does both, either download to the machine accessing the software in the browser, or download to a location on the server. Best of both worlds. It's actually a great bit of software, does more than you expect.
Self-Hosted Main
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
Might be technically possible with WASM nowadays.
what does wasm have to do with this?
WASM is a mechanism that would enable yt-dlp to run completely in the browser, which would be one way of accomplishing what OP wants.
Jdownloader
As you wish master ! https://github.com/kannagi0303/yt-dlp-gui
you can use https://github.com/kazukikasama/youtube-dlp-gui-installer to ease the "installation problems"
Just start a yt-dlp frontend on that machine that should have the files in the first place?
"Just download an YT downloader application" is not what OP was asking for.
I too have been looking for a centralized YT-DLP frontend that I can use to either 1. Store vids on my server 2. Give me (or more importantly, my wife) a prompt to download them.
Metube can do that, but that's also not what OP asked for since he does NOT want to store the files on the server.
This MeTube in a local docker container seems to do what OP wants:
https://github.com/alexta69/metube
tag /u/kutu-dev
I have MeTube running, it does not what OP wants (unless he reconsidered) because it downloads the files to server storage.
But you can just start the container on his PC, then the Server is his PC?
Sure but then you can just start yt-dlp itself, with a GUI, no need to install a docker environment...
Cross platform https://github.com/dsymbol/yt-dlp-gui
Sure
So, you're saying the link I posted actually does do what the OP wants?
Well, he could also install a VM, install Linux and then install MeTube and then download the files to his PC. So, yes, installing MeTube in a docker on his Desktop PC, does what OP wants with a completely unnecessary overhead of complexity because there are yt-dlp clients for virtually every os. It's a single binary on windows so there is absolutely zero reasons to install it in a docker container :)