I just found an easy temporary fix that works for me. Might be easier than using that patch that just got posted in the meantime...
We replace the youtube-dl file by a middleman.
Change your config.ini to point at the new file youtube-dl2.
(I left the original line there too so I dont forget about it when i want to disable this workaround. But you can remove the first line if you want.)INI:YoutubeDLPath2 = "/usr/local/bin/youtube-dl" YoutubeDLPath = "./youtube-dl2"
Create the file youtube-dl2 in the same folder:
Bash:#!/bin/bash youtube-dl ${@/bestaudio/43}
Ans useto make it executable.Bash:chmod +x youtube-dl2
That file replaces the -f bestaudio flag for the download to -f 43. Format 43 seems to be the .webm format which is not throttled by youtube.
Hope it helps anyone.
edit: It does not seem to work for every video as some are not available in format 43 but it worked most of the time for me now...
You are the hero we need but don't deserve, thank you very much