I’m looking for a server I can host in my home that has a simple ui where I can put in URLs for download and have them all show up on my Jellyfin. Bonus if there is VPN support.
Update: Thanks to everyone for the suggestions! Several projects to check out: youtube-dl, pinchflat, ytptube, metube, tubearchivist, yt-dlp-webui, ytzero, igloo, youtarr


Can’t get any simpler than the terminal, can you? I just paste links into the terminal after a yt-dlp command.
Sure, but OP specifically asked for a “manager.” Plus typing it out means looking up flags and switches each time
I went one step further and used python to handle the flags and what not
Just gotta add each url / playlist to a text file, then run the python script
But seeing all these GitHub’s with much more elegant solutions is pretty cool