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.
What are the possible return values from youtube-dl? #21498
Comments
|
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. |
Checklist
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.