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.
--sleep-interval is ignored when paired with --skip-download #26287
Comments
|
This is expected behavior. |
Checklist
Verbose log
Description
Youtube-DL ignores both
--sleep-intervaland--max-sleep-intervalwhen--skip-downloadis passed. Try this command (ideally not on a main/personal device for obvious reasons):This will work until you (of course) get a 429 error.
I'm filing this as a bug instead of a feature request because it seems like unexpected behavior. Since the flag acts as rate limiting feature, it makes sense that it should do that for any kind of activity that can cause a 429 error.