-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Youtube get URL with slow speed download #6369
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
I'm trying on many VPS, and the problem appears at random. (and I dont see the issue with profile 720p, 360p) So I think the issue may be come from URL generation function. |
This video is particularly slow https://www.youtube.com/watch?v=kFp61MtbPbU Little Snitch shows a download speed of 300 Kb/s, the size is appr. 1GB, format - webm, h.264, 1080p. It runs via proxy on port 3128 (macOS). What's interesting though is that glancing at the process yt-dlp in Activity Monitor reveals that it uses localhost:62760->localhost:ndl-aas Relevant or not, it didn't pose a tangible problem related to speed. |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Seems like videos which get throttled don't have "n" parameter. This parameter is required to bypass throttling (#4635, etc.) The same video in browser has "n" parameter. |
I too am having the same problem with a certain video. Funnily enough, I can download the actual video in -f 22 just fine without throttling, but if I attempt to download the elemental streams (-f 139, -f 140, and -f 298), it's throttled to 20-50KiB/s. Here's my verbose log from attempting to download the 140 (128kbps M4A) format:
|
Does Edit: No, all clients seem affected |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Over here it started happening with newer channels then with all of them. Probably on the youtube side. |
* implement #31530 (comment) * update affected tests * misc clean-ups
Continued in #6400 |
yt-dlp/yt-dlp#6369 was fixed and released upstream. `youtube-dl-exec` always download the latest version, so it is already fixed here. Docker images just need to be rebuilt.
$$$ |
Am I the only one experiencing this problem in this version? stable@2023.11.16 yt-dlp --get-url --throttled-rate 100k --extractor-args "youtube:player-client=ANDROID" https://www.youtube.com/watch?v=xxx --ignore-no-formats-error --no-warnings --print-json The links it provides are very slow. |
@Smokietr Did you tried after removing --throttled-rate? |
@Smokietr are you extracting the download URLs with yt-dlp and then trying to download them with another program? Youtube throttles you if you don't download with an http chunk size of 10MB or less (which yt-dlp does natively, but most other programs will not) If this is not the case, then open a new issue with a complete verbose log ( |
Unfortunately the problem is the same. I added it to find a solution. Yes, the situation is as you say. I provide download links to the mobile application. I am looking at other sites that use YT-DLP and there are those that give very fast results. Example Site : https://video.genyt.net/5OyDO_02yj8 After entering the site, please click on the generate links button. |
This comment was marked as off-topic.
This comment was marked as off-topic.
this link (and every other page on that site) redirects me to
you need to only use the links for formats 22 and 18, which are unthrottled (and it looks like what that "genyt" site may have been doing) |
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Please make sure the question is worded well enough to be understood
Hi,
I'm wondering if anyone else is having the same problem as me in that the URL of the Youtube video occasionally has sluggish download speed (around 30KB/s), especially with video format id 137?
The download speed is too slow about 161KB/s but many videos have better speed:
Do you think this is an issue?
Thanks.
Provide verbose output that clearly demonstrates the problem
yt-dlp -vU <your command line>
)[debug] Command-line config
) and insert it belowComplete Verbose Output
The text was updated successfully, but these errors were encountered: