-
Notifications
You must be signed in to change notification settings - Fork 822
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
download progress slows down with filter of audioonly #490
Comments
Use quality instead
|
@RocoGreen it still slows down progress |
@its-me-ilia Did you try a connexion test ? |
@its-me-ilia Try with https://www.youtube.com/watch?v=SDTZ7iX4vTQ&list=RDSDTZ7iX4vTQ |
@RocoGreen It still does the same with link you provided, no need for connection test because it works same way in other devices |
rate limiting is done by youtube |
See @fent's comment in #294. Also related: pytube/pytube#247 and the linked issue ytdl-org/youtube-dl#15271. It should be possible to bypass rate-limiting by downloading in chunks of <~10MB. |
is this true? I may be able to split it up within ytdl-core |
@omarroth can you show me the snippet how can i donwload in chunks? |
) * Fixed slow speed when downloading Dash format from YouTube * Optimizations to chunked video download * Fixed progress when using `range` with a chuncked download, handled `error` event of `heads` request, corrected the calculation of `end` when using `range` * Optimized code, Added tests for the new code, Added new tests to cover some uncovered statements 🚀 * Fix typo * LET'S GET THIS MERGED 🚀🚀 * More refactoring, Moved `dlChunkSize` under `highWaterMark` in `README`, Added another test and fixed a couple * This took so long 😭 Fixes #660 Fixes #490 Fixes #294 Fixes #327 Fixes #473
I am converting youtube video to mp3 and then letting user download it but if
there is audioonly filter it downloading progress slows down. for example it video is length of 4:15, mp4 downloads size of 3x MB in five-six seconds and if it is audioonly size of 5MB, it takes 10-15sec or more. how can i fix this? here is full code:
The text was updated successfully, but these errors were encountered: