Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Youtube downloads retry when on "forcibly closed" error, but Twitch downloads fail and close #26503

Closed
cerenovog opened this issue Sep 1, 2020 · 1 comment

Comments

@cerenovog
Copy link

Checklist

  • [x ] I'm asking a question
  • [x ] I've looked through the README and FAQ for similar questions
  • [x ] I've searched the bugtracker for similar questions including closed ones

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)?

@reallyuniquename
Copy link

#10935?

Try using --hls-prefer-ffmpeg instead of native HLS downloader, maybe ffmpeg handles errors better than youtube-dl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants