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?
What, like Stacher? https://stacher.io/
MeTube: Self-hosted YouTube downloader
131–140 of 173 posts
Re: MeTube: Self-hosted YouTube downloader
#132Re: MeTube: Self-hosted YouTube downloader
#133I 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?
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…
Re: MeTube: Self-hosted YouTube downloader
#134I 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?
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…
Re: MeTube: Self-hosted YouTube downloader
#135What 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…
Re: MeTube: Self-hosted YouTube downloader
#136Earlier quoted context omitted.
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.
So, you have hundreds of subs but only care about a hundred of them, and that's YouTube's fault? Why do you subscribe to channels whose content you don't watch?
Re: MeTube: Self-hosted YouTube downloader
#137Earlier quoted context omitted.
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.
So, you have hundreds of subs but only care about a hundred of them, and that's YouTube's fault? Why do you subscribe to channels whose content you don't watch?
Re: MeTube: Self-hosted YouTube downloader
#138Earlier quoted context omitted.
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.
I just unsubscribe from the spam channel because they're producing too much noise. I don't need content producers like that in my life, and making it less obvious that they're adding mostly noise is just disguising the problem, not solving it.
Re: MeTube: Self-hosted YouTube downloader
#139Re: MeTube: Self-hosted YouTube downloader
#140Earlier quoted context omitted.
You don’t back up the data from your laptop to external media? :S
Where to? Some sort of server? where you could run some sort of software that would organizeand catalogue your files in a more readily usable format than digging into a laptop backup archive?