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.
Checklist
Description
Nowadays providers check the throughput and ban an account when videos are downloaded to quick. Also videos have a different bitrate or even the bitrate changes through the video. Setting
limit-rateto a specific rate is difficult and to not get banned setting it way too low.Providers can produce videos with changing bitrates to detect downloaders with a fixed
--limit-rate.Make youtube-dl capable of automatic rate-limiting (throttling) by piping the downloaded video into a video player (headless) who takes care of the bitrate, to emulate an interactive user.
This allows to download at the highest possible rate.