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.
Youtube downloads retry when on "forcibly closed" error, but Twitch downloads fail and close #26503
Comments
|
Try using |
Checklist
Question
WRITE QUESTION HERE
When downloading videos in a batch file, videos from YouTube will automatically retry (10 times) if the connection is forcibly closed, but Twitch vods do not retry at all which terminates the whole batch process. Is there an argument that will cause the same behavior in both sites, so that a Twitch download that is forcibly closed doesn't terminate my whole scheduled batch process (and hopefully can just keep retrying until the video is downloaded without having to manually babysit it as with the Youtube behavior)?