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.
Have --sleep-interval honor the --skip-download flag #26319
Comments
|
This is already requested stop posting duplicates. |
|
It's not. You closed the last one as invalid, stating that it's expected behavior and not a bug. I'm suggesting that the expected behavior be changed to better reflect the reason the flag is actually used. I've noted that in the description. If it's not a bug or a feature, please tell me how to properly file it. |
|
Also of note: I'd be happy to implement this myself. I'd just need to know what/when to file issue-wise. |
Checklist
Description
Something like:
youtube-dl --sleep-interval 10 --write-info-json --skip-download https://www.youtube.com/user/TheLinuxFoundationWill eventually 429, because no sleeping happens.
For that reason, I propose that
--sleep-intervalbe honored for any network activity that downloads files, to improve the rate-limiting/429 prevention purpose it currently serves.