Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
rate limit definition #723
Comments
|
|
|
-r, --rate-limit LIMIT download rate limit (e.g. 50k or 44.6m) It is clear that this parameter does not lower the download speed. It just defines the target download speed. I have made some experiments in order to clarify the usage & effect of "-r" parameter. Result is astonished me. Second one's download speed reached to 1.5M then fell to 70.kb. I am sure, bacause I have downloaded one music file with 2.5Mb per second with this script ( -r 3M ) |
|
We're always dealing with bytes and not bits, so I'm afraid that you have misread the documentation - we can not magically make youtube download faster. By default, youtube will push through the first seconds with great speed, and then fall back. However, the algorithm isn't always applied, and ISPs love to monkey around with those data transfers (and install their own caches). |
|
I am sorry, I dont know "how I made that mistake". |
I have problem about slow download speed. my internet connection is able to download 3 megabyte persecond.
I run below command but it downloads with 107.86Kb. What is problem, my definition or not ?
youtube-dl -o "%(autonumber)-%(stitle)" -r 3M