Live data from Hacker News

Yt-dlp – A YouTube-dl fork with additional features and fixes

github.com

341–350 of 352 posts

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#341

Earlier quoted context omitted.

In the 1940s and 1950s radio programs and eventually television shows were sponsored by advertisers. soap operas get their name for being vehicles for soap companies. Off the top of my head Fitch's soap company was a big advertiser in the 40s. Another big advertiser in the forties and fifties was rexall. I don't know what the return on investment was, I always figured they did it as a way to show that they supported…

Unilever was a sponsor of early TV dramas in the UK

Ah yes, Unilever. I always loved the dissonance in messaging between owning both the Dove and Axe product lines.

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#342

One of the nice features added to yt-dlp recently: It integrates with sponskrub to call into the SponsorBlock database and with the right options will strip the sponsor segments from downloaded videos. Edit: Correct typo

Are the sponsor parts really so bad? To me not only is it easy to skip, I want indie people to make enough money to produce high quality content; otherwise media is just what a few biggies want to fund. They’re not enough from YouTube itself unless you’re in the top percentile. Also what sponsored content are people downloading versus just streaming live? I don’t get the use case.

Ads are a terrible monetization model and I will never willingly consume them. What was wrong with the original model of supporting artists via patronage anyway? Now with platforms like Patreon it's very simple to set up.

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#343

Earlier quoted context omitted.

In fact I do pay for yt premium, yet still get these kinds of ads. So much for that misplaced and invalid attempt at moralizing. "are they so terrible?" and "what's the alternative?" are not my problem to answer, and I don't even have to agree they are valid questions that someone has to answer. I do not accept the premise that the only way content can exist is if advertisers pay for it. That's a false dichotomy. The…

> I will happily live in a world that only has content that was either fully paid for by purchasing copies or subscriptions, or given to the world for free. How do you feel about DRM to make sure content is only accessible to those who paid for it?

It's a good way to ensure that I will never pay for their products, and will enthusiastically support any competitor who respects their customers.

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#344
post #332

Earlier quoted context omitted.

While I see the problem with malicious applications pillaging your users home directory, let's not forget that being able to tinker and hack together things is also one of the greatest strengths of the desktop platform.

Yes please keep storing your passwords on the desktop just because the desktop platform is so great. Your reasoning makes zero sense. You can keep the platform strong and still keep some information safe, no? WTF HN

Availability is a fundamental part of security - if the information you wish to access is made unavailable to you, that is a security failure. If the only goal was confidentiality, we would turn the computers off and bury them in concrete.

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#345
post #77

Earlier quoted context omitted.

I pay $10/mo for YouTube Premium, and my expectation is that I will not have to sit through any ads. A sponsorship is an ad, which violates that expectation, so I use SponsorBlock to skip them. For channels that I watch regularly, I contribute to their Patreon if they have one. I shouldn't have to sit through a sponsorship segment in addition to that.

Its not entirely the channels fault. If youtube paid creators a higher share on monetized videos and didn't keep changing the ranking and terms there would be less need to add alternate forms of monetization. Heck, youtube could even build in a patron feature much like twitch has with subscriptions.

> Heck, youtube could even build in a patron feature

Isn't this basically YouTube Membership[1]?

[1] https://www.lifewire.com/how-do-youtube-channel-memberships-...

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#346

Earlier quoted context omitted.

Nope. Spotify divides the whole subscription revenue per content's share in total time being played, thus it doesn't matter if you listen exclusively to some garage band - your money would go to whatever pop is now topping.

Well not really because you up the count for the garage band you're listening to. Quick calculation shows this model gives more influence on the repartirion of money to those who listen to the most music, even though they pay the same (as compared to YouTube's that gives the same budget to everyone)

Quick calculation shows that infinitesimal multiplied by a number is still infinitesimal, while YT's model is a real number multiplied by an integer.

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#347
post #64

For me, something like this is exactly where Deno would shine. I could just run `deno run --allow-net=YouTube.com --allow-write=.` and not worry about that it could do anything dangerous. Probably the url list would be a bit more complicated, but I could also just blanket allow net without worrying, since allow-read isn't needed.

I use little snitch on macOS and it provides me almost the same thing you want universally across all my apps.

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#348

Earlier quoted context omitted.

> it just happens to be the largest video sharing platform on the planet. china might want to disagree

No chance. YT has 2bn+ unique logins a month. China only has 800m internet users max. Further the video streaming landscape in China is much more fragmented than outside the country where YT is dominant.

i stand corrected.

totally forgot about india

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#349

One of the nice features added to yt-dlp recently: It integrates with sponskrub to call into the SponsorBlock database and with the right options will strip the sponsor segments from downloaded videos. Edit: Correct typo

Man I thought I was in heaven when I accidentally stumbled upon SponsorBlock. Now you're telling me about this?! Amazing! How does the video quality fare after stripping? Is it re-encoding the video or somehow stripping it without altering the quality?

The new version works without re-encode. https://github.com/yt-dlp/yt-dlp/releases/tag/2021.09.02

Make sure to read the note at the bottom of changelog, since some options have changed

Re: Yt-dlp – A YouTube-dl fork with additional features and fixes

#350
post #109

youtube has recently been implementing download speed throttling on some video downloads. See: https://github.com/ytdl-org/youtube-dl/issues/29326 . Youtube-dl does not yet have a solution for this occasional download speed throttling. This yt-dlp fork has a workaround (though not a true fix) for the issue: https://github.com/ytdl-org/youtube-dl/issues/29326#issuecom...

I'm pretty sure you don't even need those flags, and it just uses the non-throttled mdoe by default: https://github.com/yt-dlp/yt-dlp/pull/492

you are correct. That comment is only applicable for the old version. Newer versions will bypass throttling out of the box
Post reply on HN