Live data from Hacker News

MeTube: Self-hosted YouTube downloader

github.com

101–110 of 173 posts

Re: MeTube: Self-hosted YouTube downloader

#101

I don't understand one thing...why do you need to host it on a server? It can be just a standalone app on windows/Linux/mac. I recently just started using yt-dlp and have thought of making a simple app. Should I though? Are there any alternatives in existence of this kind?

A server is just a computer. You could run this software on the computer in front of you, or a computer in a datacentre. Either is fine.

The question then becomes why not just ssh into that computer or whatever and just use yt-dlp on a terminal on it instead of a javascript wrapper around it.

Re: MeTube: Self-hosted YouTube downloader

#102

Earlier quoted context omitted.

yt-dlp is not even necessary. If just downloading videos from YouTube this can be done with much less code and complexity. I use a tiny C program to do it. Tiny shell scripts work just as well. What no one is discussing is that yt-dlp can no longer download itag 22 and itag 18 is now throttled.^1 This means yt-dlp has to download an audio file and a video file and use ffmpeg to merge the two. YouTube ad revenue just…

> yt-dlp can no longer download itag 22 and itag 18 is now throttled. This means yt-dlp has to download an audio file and a video file and use ffmpeg to merge the two. I found yt-dlp did that more often than not anyway, if left to its own devices on choosing which formats to pick. Though I had noticed it doing that pretty much always recently. > Perhaps the accessibility of videos on YouTube is going to get even wors…

>I found yt-dlp did that more often than not anyway

Yes, the default setting is to d/l and mux the highest available quality video and audio.

Re: MeTube: Self-hosted YouTube downloader

#103
post #91

It's a bit puzzling to me, how many YouTube mirroring tools are available out there. If you're using something like that, what's your reason to download/archive the videos instead of just streaming them from YouTube? I get that sometimes it's great to archive a video in the case it get's deleted from YouTube, but in my case this very rarely happens. I watch the video and I'm done with it. If I can't re-watch it, this…

Block YouTube on kid's home network, but give them assess to your locally curated DadTube.

Re: MeTube: Self-hosted YouTube downloader

#104

Consider also Tube Archivist. If you just want to download a few videos it's overkill, but I use it to archive and index technical channels I like. It can do advanced full text and metadata searches on the transcription/subtitles as well as comments (and title and description). Much better than what alphabet provides, annoyingly. https://www.tubearchivist.com/

Hard pass.

The file naming is predicated on having the database. For ephemeral storage this is understandable but any software that describes itself as "archival" should assume that it will not outlive the data it is preserving.

I was excited to have a PeerTube clone with download capabilities until I looked at the result. `yt-dlp` and clever configs and scripts will do the archival job properly.

Re: MeTube: Self-hosted YouTube downloader

#105
post #91

It's a bit puzzling to me, how many YouTube mirroring tools are available out there. If you're using something like that, what's your reason to download/archive the videos instead of just streaming them from YouTube? I get that sometimes it's great to archive a video in the case it get's deleted from YouTube, but in my case this very rarely happens. I watch the video and I'm done with it. If I can't re-watch it, this…

Block YouTube on kid's home network, but give them assess to your locally curated DadTube.

That's a very cool use case.

Re: MeTube: Self-hosted YouTube downloader

#107

What I’d really like is a YouTube TiVo. There are about 100 channels that I watch religiously, but, release infrequently. I never want to miss a video from these channels. I also don’t want to open YouTube and sift through hundreds of releases from channels that release four times/day just to find the 1-2 videos that I actually want to watch (and will inevitably miss.) Just give me a priority feed of the stuff I actu…

This feels like it's covered by YouTube subscriptions, no? Subscribe to those 100 channels, bookmark your subscriptions page, and presto! You now have a priority feed of the stuff you want to watch and nothing else. Maybe you just don't want to create an account, which is fine (NewPipe is a great fit), but it's a bit weird to see you say that "making sure we don’t miss the things we love isn’t YouTube’s M.O." when th…

I have hundreds of subs. With no way to create sub tiers the channels putting out multiple releases a day quickly overwhelm the ones with fewer.

Re: MeTube: Self-hosted YouTube downloader

#108

What I’d really like is a YouTube TiVo. There are about 100 channels that I watch religiously, but, release infrequently. I never want to miss a video from these channels. I also don’t want to open YouTube and sift through hundreds of releases from channels that release four times/day just to find the 1-2 videos that I actually want to watch (and will inevitably miss.) Just give me a priority feed of the stuff I actu…

This feels like it's covered by YouTube subscriptions, no? Subscribe to those 100 channels, bookmark your subscriptions page, and presto! You now have a priority feed of the stuff you want to watch and nothing else. Maybe you just don't want to create an account, which is fine (NewPipe is a great fit), but it's a bit weird to see you say that "making sure we don’t miss the things we love isn’t YouTube’s M.O." when th…

The problem is if one channel only uploads once a month and another channel uploads twice a day, I will see many videos from the frequent upload channels and might miss the infrequent uploads. If it was just a list of channels with their most recent video I'd see a new thumbnail and know to check that channel for any new videos.

Re: MeTube: Self-hosted YouTube downloader

#109

I don't understand one thing...why do you need to host it on a server? It can be just a standalone app on windows/Linux/mac. I recently just started using yt-dlp and have thought of making a simple app. Should I though? Are there any alternatives in existence of this kind?

you can ask that about so many things nowadays why must the majority of software be provided as-a-Service? whatever happened to good old fashioned products??

shareware model didn't really work out, or did you finally buy winrar?

Re: MeTube: Self-hosted YouTube downloader

#110
post #91

It's a bit puzzling to me, how many YouTube mirroring tools are available out there. If you're using something like that, what's your reason to download/archive the videos instead of just streaming them from YouTube? I get that sometimes it's great to archive a video in the case it get's deleted from YouTube, but in my case this very rarely happens. I watch the video and I'm done with it. If I can't re-watch it, this…

Bandwidth usage limits. IF I want to have the same music video playlist over and over, it really eats that up.
Post reply on HN