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
Yt-dlp – A YouTube-dl fork with additional features and fixes
341–350 of 352 posts
Re: Yt-dlp – A YouTube-dl fork with additional features and fixes
#342One 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.
Re: Yt-dlp – A YouTube-dl fork with additional features and fixes
#343Earlier 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?
Re: Yt-dlp – A YouTube-dl fork with additional features and fixes
#344Earlier 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
Re: Yt-dlp – A YouTube-dl fork with additional features and fixes
#345Earlier 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.
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
#346Earlier 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)
Re: Yt-dlp – A YouTube-dl fork with additional features and fixes
#347For 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.
Re: Yt-dlp – A YouTube-dl fork with additional features and fixes
#348Earlier 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.
totally forgot about india
Re: Yt-dlp – A YouTube-dl fork with additional features and fixes
#349One 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?
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
#350youtube 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