-
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
Youtube download speed still slow #30398
Comments
Issue has been addressed before, fixes have also been provided. I had the same issue and installing this merge request fixed it: Getting solid 5MiB/s now |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
What about the Windows binary? |
Idk man, I don’t do windows. Just pip install it in a virtual environment… |
Just use https://github.com/yt-dlp/yt-dlp instead. The current maintainer has proven himself to be incapable of properly steering this project. Admittedly, this is a hard thing to do for a project of this size and reach, but by no means an insurmountable task - people organize themselves all the time to do this successfully. It is irresponsible and damaging to the FOSS world to run an important project like this. At this point the maintainer should cede the repository to the maintainers of yt-dlp, so that they can continue its development under the better-known |
It's over folks. dstftw has removed himself from the list of active maintainers. Might as well consider this repository done and archived at this point |
Open source is a cut throat business and no one is getting paid |
See #29326 (comment). |
Having same issue. It's pretty clear IMO that google / youtube is throttling. If they wanted us to be able to download content, they would give us a download button, or other way via the UI to download. Just the facdt that this program and others like it exist should tell you that we're in an arms race with one of the most powerful corporations on the planet, and at the moment, we're losing. Remember to always check every binary you install for malware! |
Please consider collaborating with the yt-dlp maintainers and put them in charge of this repository, so that they can continue development of their active fork under the better-known name. Alternatively, set this repository to archived status and place a big notice at the top of the README stating that it is abandoned, but further development continues on the yt-dlp fork. Your efforts in the maintenence of the project are much appreciated, but you can't (well, shouldn't) abandon a project without ensuring all users know where they can go next - it's the least you can do when stepping down as a maintainer. |
yt-dlt does seem to fix the issue, and doesn't seem to have installed malware. |
Thanks @Fritskee , your proposal seems to work. Unfortunately, Fedora decided to stop maintaining this library up-to-date. Last one on Fedora 35 from June... I've seen many people complaining about this issue, but sometimes it's just about how your distribution is maintaining the library. However, yt-dlp is up-to-date, so it seems the Fedora team is supporting the alternative. Thanks :) |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment has been minimized.
This comment has been minimized.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I tried that command but it says "Did not find branch or tag 'refs/pull/30184/merge', assuming revision or ref." and then installs an old version (2021.06.06.) What can I do? |
come on, just merge it, gdi |
Oops, yes, you're right, thank you, my pip was too old. |
Hey guys: Yupi! |
Hey! Do you know how can I download this latest version? I've tried both via pip or curl latest (as in the instructions), but I can only get the version from 2021.12.17. |
version https://github.com/ytdl-org/youtube-dl/blob/master/devscripts/release.sh#L74-L75 |
I don't know if it has been fixed already, but aria2c seems to ease the pain for me. This is what works for me in Windows 10 – cmd-box: youtube-dl.exe -url "https://youtu.be/dvV6x2BQoXk" --username=[email protected] --password=yourpassword --audio-quality 256K --external-downloader aria2c --external-downloader-args "-c -j10 -x10 -s10 -k1M" These are youtube-dl switches: These are aria2c switches: Please refer to both youtube-dl and aria2c docs for their command-line switches. |
gives me this
|
You can install from the HEAD instead: the PR has been merged. I hope that means just leaving off the @... but check the pip documentation. |
@dirkf , I want to note some interesting behavior. Current So, I used "drop-in-replacement" file, to "modify" my youtube-dl installed by pip (I didn't use installing by pip from "merge"), simply download this file, backup "old" file in Python lib dir, paste "new" file there). SImply. Since 2021.06.06 version (I used it since ~12.2021). All worked fine. Till ~12.02.2022. Now, if I use stable release (from pip) with replaced Again: I tried lastest dev version on master (installed to "dedicated" "clean" virtualenv by I simply noted this behavior. No actions is needed, this old "issue" was "fixed" on master branch (and I know, that "drop-in-replacement" file "can" be "old"). Just a note. P.s. - Sorry, I forgot that this issue ALREADY marked as solved, and I posted message here, to closed issue 🤦♂️ Still, just a note.... |
Probably YT brought out new player JS that breaks the now unmaintained drop-in module. The approach used in the master branch is more resilient to player instability. |
Checklist
Description
It's great to see that youtube-dl has finally received an update. However, the slow download speed issue is still present. @dstftw Do you plan to update youtube-dl to fix this problem?
The text was updated successfully, but these errors were encountered: