mesa@piefed.social to Technology@lemmy.worldEnglish · 13 hours agoGoogle is intentionally throttling YouTube videos, slowing down users with ad blockerswww.windowscentral.comexternal-linkmessage-square119fedilinkarrow-up1518arrow-down15
arrow-up1513arrow-down1external-linkGoogle is intentionally throttling YouTube videos, slowing down users with ad blockerswww.windowscentral.commesa@piefed.social to Technology@lemmy.worldEnglish · 13 hours agomessage-square119fedilink
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up21·edit-211 hours agoI mean, you don’t need anything; it’ll work with no flags. I have these: $ cat ~/.config/yt-dlp/config --embed-subs --embed-metadata --embed-chapters --embed-thumbnail --sponsorblock-mark=all $ That’ll just embed some useful metadata in the file.
minus-squareKairos@lemmy.todaylinkfedilinkEnglisharrow-up2·edit-27 hours agoNote that subtitles doesn’t include automatic subtitles. For that you have to do --write-auto-subs in conjunction
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up2·edit-28 hours agoThanks. EDIT: There isn’t an --embed-auto-subs, but there is a --write-auto-subs.
I mean, you don’t need anything; it’ll work with no flags. I have these:
That’ll just embed some useful metadata in the file.
Note that subtitles doesn’t include automatic subtitles. For that you have to do --write-auto-subs in conjunction
Thanks.
EDIT: There isn’t an
--embed-auto-subs
, but there is a--write-auto-subs
.Fixed thanks.