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

@cerenovog cerenovog commented Sep 1, 2020

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

@cerenovog cerenovog added the question label Sep 1, 2020
@reallyuniquename
Copy link

@reallyuniquename reallyuniquename commented Sep 2, 2020

#10935?

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

@dstftw dstftw closed this Sep 6, 2020
@dstftw dstftw added the incomplete label Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.