this post was submitted on 22 Oct 2023
7 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

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

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

founded 1 year ago
MODERATORS
 

All the downloaders that I find only downloads to the server and I only want a UI without ads to make easies to use yt-dlp without the terminal.

top 17 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 11 months ago

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.

[–] [email protected] 2 points 11 months ago

So why put the UI on the server and not in the client??

https://github.com/jely2002/youtube-dl-gui

[–] [email protected] 1 points 11 months ago (1 children)

Might be technically possible with WASM nowadays.

[–] [email protected] 1 points 11 months ago (1 children)

what does wasm have to do with this?

[–] [email protected] 1 points 11 months ago

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.

[–] [email protected] 1 points 11 months ago

Jdownloader

[–] [email protected] 1 points 11 months ago
[–] [email protected] 1 points 11 months ago
[–] [email protected] 1 points 11 months ago (1 children)

Just start a yt-dlp frontend on that machine that should have the files in the first place?

[–] [email protected] 1 points 11 months ago (1 children)

"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.

[–] [email protected] 1 points 11 months ago (1 children)

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.

[–] [email protected] 1 points 11 months ago (1 children)

This MeTube in a local docker container seems to do what OP wants:

https://github.com/alexta69/metube

tag /u/kutu-dev

[–] [email protected] 1 points 11 months ago (1 children)

I have MeTube running, it does not what OP wants (unless he reconsidered) because it downloads the files to server storage.

[–] [email protected] 1 points 11 months ago (1 children)

But you can just start the container on his PC, then the Server is his PC?

[–] [email protected] 1 points 11 months ago (1 children)

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

Windows https://github.com/kannagi0303/yt-dlp-gui

Mac https://github.com/section83/MacYTDL

[–] [email protected] 1 points 11 months ago (1 children)

Sure

So, you're saying the link I posted actually does do what the OP wants?

[–] [email protected] 1 points 11 months ago

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 :)