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

What are the possible return values from youtube-dl? #21498

Closed
WillPittenger opened this issue Jun 23, 2019 · 1 comment
Closed

What are the possible return values from youtube-dl? #21498

WillPittenger opened this issue Jun 23, 2019 · 1 comment
Labels

Comments

@WillPittenger
Copy link

@WillPittenger WillPittenger commented Jun 23, 2019

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

Is there a list of possible return codes from youtube-dl? I'm working on my PowerShell script and can catch those. Different return codes will trigger different processing.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 23, 2019

There are no specific return codes. You should not treat return code in any special way apart from standard meaning of 0 and non-0 values. There is actually one success non-0 code currently exist (that violates non-0 semantics) but it's likely to be removed in future.

@dstftw dstftw closed this Jun 23, 2019
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.