mesa@piefed.social to Technology@lemmy.worldEnglish · 16 hours agoGoogle is intentionally throttling YouTube videos, slowing down users with ad blockerswww.windowscentral.comexternal-linkmessage-square130fedilinkarrow-up1588arrow-down17
arrow-up1581arrow-down1external-linkGoogle is intentionally throttling YouTube videos, slowing down users with ad blockerswww.windowscentral.commesa@piefed.social to Technology@lemmy.worldEnglish · 16 hours agomessage-square130fedilink
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up22·edit-214 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-up3·edit-210 hours agoNote that subtitles doesn’t include automatic subtitles. For that you have to do --write-auto-subs in conjunction
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up4·edit-211 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.