Anonymous
09/29/25(Mon)08:55:11 No.106735368 >>106726025
>>106733584
Afaik yt-dlp gets the highest quality by default, not the lowest quality, unless it works differently with playlists somehow and I didn't know. I think there's an -f specifier you might be able to use for worst quality.
But
>144p
Are you sure you want the video at all? You can use -x to only download audio.
If you do want video, then I recommend playing with format specifiers to grab something like worst video and best audio (since audio is usually small), or maybe something like 480p video so it's actually watchable. Unless you really, truly want the worst quality.
Anyway
>403 forbidden
I don't know for sure but in my experience google keeps fucking up youtube and trying to annoy yt-dl just because. A lot of the time the fix is just to update if you haven't already. If you're on the latest release, try updating to the git tip:
yt-dlp --update-to master
That will set the update channel to git master for all future yt-dlp -U commands as well, by the way.
There's also other things you can try, like changing your IP, grabbing cookies from your browser (--cookies-from-browser
option, check the help for details), trying logged in and not logged in cookies if you have an account, etc. But usually just updating yt-dlp resolves 95%+ of issues.