-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Unthrottle downloads by responding to the "n" parameter challenge #19
Comments
LP don't download anything it just streaming audio, also we use currently |
Technically it is downloading the song but to memory. Seeing as a download is nothing more than streaming the contents to a file on the disk. |
This is the song in question that buffers on my side: I verified the same doesn't happen on other songs. eg: The reason why I think this is happening is because probably the speed is throttled |
You try play this song on your home PC or on hosting? |
The n parameter challenge is random based on what I see on the issues there. This is tested on prod server with a gigabit connection so bandwidth is rarely an issue. |
Official YouTube app on android don't use any |
Will be added in 1.3.98 |
Reformat everything
I think lp didn't implement this yet, and I started to have this issue for some time now
Issue: ytdl-org/youtube-dl#29326 (comment)
Relevant PR: ytdl-org/youtube-dl#30184
The text was updated successfully, but these errors were encountered: