-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Some youtube songs download speed varies often -- takes too long #30065
Comments
Duplicate of #29326. |
how does your downloader get past the issue of random throttling? |
I believe we've been using it for years without issue but suddenly it's been breaking a lot. So to clarify, you are chunking the video/timestamp into 10million (couldn't find what the underscores mean in 10_000_000) and then downloading them ? I imagine it still downloads as 1 file? |
here someone said chunking didn't mitigate the issue in this case. Maybe it is an issue for people who frequently download vs occasional |
@89z Thanks, I will bring it up. It seems like we are getting throttled here's a screenshot from the docker container showing the speed https://i.imgur.com/UylAO01.png as for chunking, it did nothing:
|
thanks for that. Good to know. I may try to put your code into our network
and run it to see if that works
…On Wed, Oct 6, 2021 at 9:59 PM Steven Penny ***@***.***> wrote:
Again, works fine here. Same video, same format:
PS C:\> Measure-Command { youtube -v -1 -a 140 4-BtZWGaPNY }
TotalSeconds : 0.7471733
So unless you can provide a reproducible test case, I cannot help you.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#30065 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARCL2E32LQPZMWK26EX5DWDUFULJ5ANCNFSM5FP2U6XA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I'm on FYI
|
@84436 @crumhirnd yeah this has been a common issue it seems. I’m seeing threads a few years old as well Today I tried chunking, running locally (outside the AWS EC2 instance it runs normally) and throttled all the time. I’m trying to get @89z script as a temporary workaround but getting stuck in it |
youtube-dl isn't being actively maintained. This is a fixed issue in the spiritual successor to youtube-dl, yt-dlp |
@fastily thanks for the suggestion; it works perfectly as a drop-in replacement. Speaking of being inactive, I've just noticed right now there are 800+ PRs pending on this repo... |
Near drop-in replacement but once you've adjusted your commands/config it's indeed a drop-in replacement. |
Closed in af9e725. |
Checklist
Verbose log
The text was updated successfully, but these errors were encountered: