Live data from Hacker News

The best YouTube downloaders, and how Google silenced the press

windowsread.me

131–140 of 251 posts

Re: The best YouTube downloaders, and how Google silenced the press

#131

The claim that Google secretly wants YouTube downloaders to work doesn't hold up. Their focus is on delivering videos across a vast range of devices without breaking playback(and even that is blurring[0]), not enabling downloads. If you dive into the yt-dlp source code, you see the insane complexity of calculations needed to download a video. There is code to handle nsig checks, internal YouTube API quirks, and const…

Why don’t creators both publish to YouTube but also publish somewhere else for archival or public access reasons, to help keep content available for outside walled gardens? Is it just not important to them? Is it hosting costs? Missing out on ad revenue?

Where else should they be publishing to? And who is going to pay for this service?

Don’t forget - most “content creators” are not technical - self hosting is not an option.

And even if it were - it costs money.

Re: The best YouTube downloaders, and how Google silenced the press

#132
post #124

The claim that Google secretly wants YouTube downloaders to work doesn't hold up. Their focus is on delivering videos across a vast range of devices without breaking playback(and even that is blurring[0]), not enabling downloads. If you dive into the yt-dlp source code, you see the insane complexity of calculations needed to download a video. There is code to handle nsig checks, internal YouTube API quirks, and const…

I never understood why do they not limit downloading data to the speed at which you could be possibly watching it. Yesterday I downloaded a 15hour show in like 20 minutes. There is no way I could have downloaded that much data in a legit way through their website/player Im glad I wasn't blocked or throttled, but it seems like it'd be trivial to block someone like me Am I missing something? It does sort of feel like t…

There is an official download option inside the app. If they limit the download speed to the watching time, it won't be useful.

Re: The best YouTube downloaders, and how Google silenced the press

#133
post #124

The claim that Google secretly wants YouTube downloaders to work doesn't hold up. Their focus is on delivering videos across a vast range of devices without breaking playback(and even that is blurring[0]), not enabling downloads. If you dive into the yt-dlp source code, you see the insane complexity of calculations needed to download a video. There is code to handle nsig checks, internal YouTube API quirks, and const…

I never understood why do they not limit downloading data to the speed at which you could be possibly watching it. Yesterday I downloaded a 15hour show in like 20 minutes. There is no way I could have downloaded that much data in a legit way through their website/player Im glad I wasn't blocked or throttled, but it seems like it'd be trivial to block someone like me Am I missing something? It does sort of feel like t…

I think they are, yt-dlp just circumvents it

Re: The best YouTube downloaders, and how Google silenced the press

#134

Earlier quoted context omitted.

Why don’t creators both publish to YouTube but also publish somewhere else for archival or public access reasons, to help keep content available for outside walled gardens? Is it just not important to them? Is it hosting costs? Missing out on ad revenue?

Where else should they be publishing to? And who is going to pay for this service? Don’t forget - most “content creators” are not technical - self hosting is not an option. And even if it were - it costs money.

I just mean some kind of public service like one of those archive sites. So they would place it into YouTube for revenue but also these other places so there’s a way to get the videos without Google being a dictatorial overlord.

Re: The best YouTube downloaders, and how Google silenced the press

#135
post #124

The claim that Google secretly wants YouTube downloaders to work doesn't hold up. Their focus is on delivering videos across a vast range of devices without breaking playback(and even that is blurring[0]), not enabling downloads. If you dive into the yt-dlp source code, you see the insane complexity of calculations needed to download a video. There is code to handle nsig checks, internal YouTube API quirks, and const…

I never understood why do they not limit downloading data to the speed at which you could be possibly watching it. Yesterday I downloaded a 15hour show in like 20 minutes. There is no way I could have downloaded that much data in a legit way through their website/player Im glad I wasn't blocked or throttled, but it seems like it'd be trivial to block someone like me Am I missing something? It does sort of feel like t…

They still want the YouTube experience to be smooth, to allow users to skip small parts of videos without waiting for it to load every time, to be able to watch multiple videos at the same time, to be able to leave video paused until it loads, etc., which limiting downloading data would hinder. I assume blocking downloads is just not worth destroyinf user experience.

Re: The best YouTube downloaders, and how Google silenced the press

#136
post #112

Earlier quoted context omitted.

> If you dive into the yt-dlp source code, you see the insane complexity of calculations needed to download a video. There is code to handle nsig checks, internal YouTube API quirks, and constant obfuscation that makes it a nightmare(and the maintainers heroes) to keep up. Google frequently rejects download attempts, blocks certain devices or access methods, and breaks techniques that yt-dlp relies on. This just made…

As the web devolves further, the only viable long-term solution will be allow lists instead of block lists. There is too much hostility online—from websites that want to track you and monetize your data and attention, SEO scams and generated content, and an ever-increasing army of bots—that it's becoming infeasible to maintain rules to filter all of it out. It's much easier to write rules for traffic you approve of,…

This is more or less what I already do with uBlock/uMatrix. By default, I filter out ALL third party content on every website, and manually allow CDNs and other legitimate third party domains. I still use DNS blacklists however so that mobile devices where this can't be easily done benefit from some protection against the most common offenders (Google Analytics, Facebook Pixel, etc.)

Re: The best YouTube downloaders, and how Google silenced the press

#137
post #124

Earlier quoted context omitted.

I never understood why do they not limit downloading data to the speed at which you could be possibly watching it. Yesterday I downloaded a 15hour show in like 20 minutes. There is no way I could have downloaded that much data in a legit way through their website/player Im glad I wasn't blocked or throttled, but it seems like it'd be trivial to block someone like me Am I missing something? It does sort of feel like t…

They still want the YouTube experience to be smooth, to allow users to skip small parts of videos without waiting for it to load every time, to be able to watch multiple videos at the same time, to be able to leave video paused until it loads, etc., which limiting downloading data would hinder. I assume blocking downloads is just not worth destroyinf user experience.

Also they allow downloads for premium subs maybe it’s more efficient to not check that status every time.

Re: The best YouTube downloaders, and how Google silenced the press

#138
post #60

Earlier quoted context omitted.

While I do agree (mostly, I've never had a download NOT work, on the rare occasion I grab one), they haven't made it impossible to download videos, so that is a win IMO.

Your view from a distance, where you rarely download Youtube videos, is common for now, and we still live in a very fortunate time. The problems are short lived, so over long periods, they tend to average out, and you are unlikely to notice them. Even active users will rarely notice a problem, so it is understandable for your use case, it would seem perfect. Looking closely, at least for yt-dlp, you would see it trie…

Right!

I very rarely download YouTube videos but simply having done it a few times over the years, and even watching the text fly by in the terminal with yt-dlp, everything you’ve said is obvious.

Screen recording indeed might fail—Apple lets devs block it, so even screen recording the iPhone Mirroring app can result in an all-black recording.

How long until YouTube only plays on authorized devices with screens optimized for anti-camera recording? Silver lining, could birth a new creative industry of storytelling, like courtroom sketch artists with more Mr. Beast.

Re: The best YouTube downloaders, and how Google silenced the press

#139
Any good lists of applications for downloading / hosting a local service also?

https://github.com/DialmasterOrg/Youtarr and https://github.com/Jocomol/newsboat_video_downloader were already mentioned in the comments, I think there's a few different apps that support playback, but I've never tried any of them.

Re: The best YouTube downloaders, and how Google silenced the press

#140
post #127

Earlier quoted context omitted.

I have YT Premium and if Google bans yt-dlp, I will cancel my subscription. I pay them not to do that.

Seems quite naive to think they'd be affected in any way by the tiny intersection of users that are both yt-dlp users and premium subscribers boycotting them...

I think it is not about making a change, it is putting money where your mouth is.

To buy premium to support creators.

Once yt becomes hostile the deal between me and yt is off.

Post reply on HN