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

-- #26341

Closed
DarF234 opened this issue Aug 16, 2020 · 1 comment
Closed

-- #26341

DarF234 opened this issue Aug 16, 2020 · 1 comment

Comments

@DarF234
Copy link

@DarF234 DarF234 commented Aug 16, 2020

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2020.07.28
  • I've searched the bugtracker for similar feature requests including closed ones

Description

WRITE DESCRIPTION HERE

I would like to see download errors that actually glitch the video in any way reflected in the return value of youtube-dl. Even if it's only pass/fail. I've had 10 unreachable packet errors in a single half hour (20 min) video. That's sure to hurt the playability! youtube-dl returned 0.

First, I process each file individually, so I can associate each log file with the correct video.
You people know what errors can glitch the video. You know what conditions would warrant passing it up to the top level. The best thing I can do is study all of my log files and make a list of what I assume are serious errors. Then I will need to add the list to my script file so it can parse each error file after downloading is complete. If found, it would then write to URL to another file. Which I would run later. The errors I've discovered so far seem to come and go.

It would save a lot of time and effort if I could just check the return value and write any non-zero return URLs to the retry file.

I guess the likelihood of this being implemented depends on the structure of your error system. I don't hold out much hope because it would probably mean the modification of every extractor file at the minimum. But I figure it doesn't hurt to ask.

@DarF234 DarF234 added the request label Aug 16, 2020
@dstftw dstftw closed this Aug 16, 2020
@dstftw dstftw added the incomplete label Aug 16, 2020
@DarF234
Copy link
Author

@DarF234 DarF234 commented Aug 17, 2020

@dstftw Not feasible I can understand. But what is incomplete about my request?

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
2 participants
You can’t perform that action at this time.