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
[YouTube] Fix buffering issues by decoding n parameter in stream URLs #683#696
⚠️ This introduces a cache of decoded n parameters. This cache is not managed, meaning it continuously grows. YoutubeThrottlingDecrypter.getCacheSize() and YoutubeThrottlingDecrypter.clearCache() are provided to clear it manually.