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 exceeds #2370
rate limit exceeds #2370
Comments
|
See #595, for long downloads it should finally reach the target speed. |
youtube-dl -o '%(autonumber)s-%(title)s.%(ext)s' --extract-audio -a youtube.txt --no-playlist -r "50K"
I ran this command and I saw following
[download] 74.5% of 5.07MiB at 94.41KiB/s ETA 00:14S
when I've impose a data rate limit of 50K and it should have obeyed that.
But still it's downloading at almost double rate.