youtube-dl: Youtube video download slow

Checklist

  • I’m reporting a broken site support issue
  • I’ve verified that I’m running youtube-dl version 2021.12.17
  • I’ve checked that all provided URLs are alive and playable in a browser
  • I’ve checked that all URLs and arguments with special characters are properly quoted or escaped
  • I’ve searched the bugtracker for similar bug reports including closed ones
  • I’ve read bugs section in FAQ

Verbose log

T:\Téléchargements\VIDEO_DOWNLOAD>"C:\SCRIPT\YoutubeDL\youtube-dlg\youtube-dl.exe" --verbose --no-playlist -f "best" https://www.youtube.com/watch?v=OylGu7Q2sA0
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '--no-playlist', '-f', 'best', 'https://www.youtube.com/watch?v=OylGu7Q2sA0']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg N-105349-g0a83ecbf48-20220124, ffprobe N-105349-g0a83ecbf48-20220124
[debug] Proxy map: {}
[youtube] OylGu7Q2sA0: Downloading webpage
[youtube] Downloading just video OylGu7Q2sA0 because of --no-playlist
[debug] Invoking downloader on 'https://rr5---sn-25glenez.googlevideo.com/videoplayback?expire=1643756761&ei=eWj5YdyLDJb7xN8P5qSXiA4&ip=90.46.239.137&id=o-ADonWinaIy1ch9uQOkTf0sWb4tx8VgPtn1XKyxexN9Ug&itag=22&source=youtube&requiressl=yes&mh=E2&mm=31%2C29&mn=sn-25glenez%2Csn-25ge7nsk&ms=au%2Crdu&mv=m&mvi=5&pl=17&initcwndbps=1228750&spc=4ocVC2oXTGupjIcIpOuGHDDKbpE_&vprv=1&mime=video%2Fmp4&ns=65YlCMrZ_X4ENWXe4lCtL8UG&cnr=14&ratebypass=yes&dur=336.387&lmt=1643435122563504&mt=1643734872&fvip=5&fexp=24001373%2C24007246&c=WEB&txp=5532434&n=RZidR5G2J4lUeu3OpY&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cspc%2Cvprv%2Cmime%2Cns%2Ccnr%2Cratebypass%2Cdur%2Clmt&sig=AOq0QJ8wRAIgD6Py9YRU8qyhdo1D1TRjwGv6wNjUMzZZj-Lt9TIMsGACIBp4cOeaevQXtUZyHOknna0EmFrsL6lwy3EvTyi-7hX0&lsparams=mh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AG3C_xAwRgIhAMlkpNab4w3FSwBV1KGq1RLwTjY8EcOMkbnZLhD0xVjqAiEAxo50AWU5lhM1rsL99UNiZlFi0R25lCMSW7SJUqKbbxQ%3D'
[download] Resuming download at byte 1167647
[download] Destination: Tech We're Excited For! - 2022 Edition-OylGu7Q2sA0.mp4
[download]  12.3% of 18.56MiB at 24.60KiB/s ETA 11:17

Description

I can’t understand why my youtube download is so slow, can someone explain me what i’am missing here because my internet is like 45 Mbps

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Comments: 29 (9 by maintainers)

Most upvoted comments

YT made the client solve a puzzle in order to get full download speed. We can do that now (again, after YT broke it last night) and an imminent release will fix it. Or you can install from the git HEAD using pip, but as you’re using the Windows .exe probably you should wait for the release.

CONFIRMING FIX ON MASTER: had throttling issue on 2022.12.17… pulled master > make = resolved

[download] 43.0% of 274.52MiB at 15.43MiB/s ETA 00:10

If anyone has a Python installation with a recent pip (pip3), you can install the latest master branch (or any other commit level) directly from GitHub or a downloaded tar.gz.

This issue also happened to me.

using the last update, the download stuck at 74.93KiB/s

Good luck team.