You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two possible fixes, you can supply the magic &n=<val> parameter to fetch link, or you can identify as Android.
There is no fix in youtube-dl, but yt-dlp does have a fix (the Android one)
The following replaces the embedded youtube-dl with yt-dlp (which is a compatible fork), and fixes the throttling issue.
Youtube has implemented throttling to non-preferred clients, that makes real time playback (almost) impossible.
See for example:
anxdpanic/plugin.video.youtube#163
ytdl-org/youtube-dl#29326
There are two possible fixes, you can supply the magic
&n=<val>
parameter to fetch link, or you can identify as Android.There is no fix in youtube-dl, but yt-dlp does have a fix (the Android one)
The following replaces the embedded youtube-dl with yt-dlp (which is a compatible fork), and fixes the throttling issue.
The text was updated successfully, but these errors were encountered: