Hello, dear all.
Some days ago I could notice ( for me ) that downloading videos from Youtube is a lot slower than usual.
I usually use: Advanced Youtube Client - AYC, youtube-dl-gui and some other programs to assist me.
But I do not know why such downloads get slow nowadays on that site.
What happened? Some changes on Youtube protocol or something? Maybe yt-dlp ( and other tools ) must be updated to deal better with this new changes?
How can I solve this problem? Maybe I'm doing something wrong or not proper?
Thanks for your time.
Best regards.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 11 of 11
-
-
I noticed this also, seems artificially limited to about 50kbps.
-
It's not just you. Check their github or read more here: https://www.reddit.com/r/youtubedl/comments/11gna52/youtube_is_slow_megathread/
-
Yes, I too have noticed the same. Standard (youtube-dl?? wow blast from the past), yt-dlp can be 50Kbps or so.
However, if you use aria2c, you'll get downloads 300Kbps - 2Mbps or so.
I've downloaded from YT over the past few days a large number of tutorials, both single downloads and playlists and this is what I've found.
Make sure you use latest yt-dlp version. Some recent previous versions don't work with YT anymore.
so, for newbies, download aria2c: https://aria2.github.io/
Recommendation: put it on C: drive with Windows PATH to it.
Or put aria2c.exe in working folder.
Then use (this is generic for YouTube, there's many options but I'm not here to go through some of them)
yt-dlp -f "bestvideo[height<=1080][ext=mp4]+bestaudio[ext=m4a]" --downloader aria2c --embed-chapters "YT_url"
YT_url is the YT URL
If you don't specify bestvideo spec etc, you'll end up with a webm download which is shite.
If you use the now more popular -N 6 (or whatever), the download speed is back to the crappy 50Kbps or so.Last edited by deccavox; 3rd Mar 2023 at 19:37.
-
It's only youtube-dl in name because that's how it started, but the GUI's and posts are all referring to yt-dlp, which released a new version a few hours ago.
-
The problem here is that you can't use the range header anymore. You need to download chunks whilst specifying the range as a query parameter. (eg &range=1234-5678)
I imagine all the decent YT DL tools have patched for this by now. -
I've tried a bunch of video downloader apps and plugins. Houlo video downloader is by far the only app that can get full download speed.
-
Hi I know this is a bit late, if you are still having speed issues with AYC, make sure you are on the latest version and enter a in the input box, it'll enable aria2c. Like deccavox said that is a sure way to speed up things.
-
I wrote a php-cli script which spins up around 30 threads on Ubuntu with each one downloading a 500kb segment of the youvideo, at the end all the segments are joined again using shell_exec() and the linux cat command
Similar Threads
-
YouTube-DL: Anyone else getting really slow download speeds from YouTube?
By Rekrul in forum Video Streaming DownloadingReplies: 29Last Post: 5th May 2022, 17:30 -
Downloading youtube and youtube's quality
By Haopengyou in forum Newbie / General discussionsReplies: 12Last Post: 21st Oct 2021, 07:12 -
downloading from youtube
By XPTO in forum Video Streaming DownloadingReplies: 5Last Post: 6th Jun 2021, 10:09 -
Downloading from Youtube
By XPTO in forum Video Streaming DownloadingReplies: 1Last Post: 8th Apr 2021, 08:16 -
Is there a way to process youtube encoded video with bad interlacing effect
By thepricey2 in forum RestorationReplies: 8Last Post: 1st Feb 2021, 17:17