mesa@piefed.social to Technology@lemmy.worldEnglish · 19 hours agoGoogle is intentionally throttling YouTube videos, slowing down users with ad blockerswww.windowscentral.comexternal-linkmessage-square163linkfedilinkarrow-up1655arrow-down18 cross-posted to: FuckThis@europe.pubdeGoogle@lemmy.catechnology@piefed.socialpiracy@lemmit.online
arrow-up1647arrow-down1external-linkGoogle is intentionally throttling YouTube videos, slowing down users with ad blockerswww.windowscentral.commesa@piefed.social to Technology@lemmy.worldEnglish · 19 hours agomessage-square163linkfedilink cross-posted to: FuckThis@europe.pubdeGoogle@lemmy.catechnology@piefed.socialpiracy@lemmit.online
minus-squaretallinkfedilinkEnglisharrow-up22·edit-218 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-squareKairoslinkfedilinkEnglisharrow-up3·edit-214 hours agoNote that subtitles doesn’t include automatic subtitles. For that you have to do --write-auto-subs in conjunction
minus-squaretallinkfedilinkEnglisharrow-up4·edit-214 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.