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.
[Feature request] Network retry, with configurability #16883
Comments
|
|
Guess I was too much in a hurry. Thanks :) |
I just ran some large youtube-dl scripts, and noticed a few videos were missing finally.
This was probably due to intermittent network downtimes, and apparently youtube-dl doesn't do any network retry at all (I may be wrong).
Thus, I suggest adding an option named for example
--network-retry, related to--socket-timeout. The default would be 0 to keep the current youtube-dl behavior, and I could configure it to something like 5.