We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-dl very rarely throws a timeout error when trying to open a URL.
We could try wrapping this in a try/except, but that seems real hacky
The text was updated successfully, but these errors were encountered:
Could try redirecting the output from youtube-dl and then regex-ing the output to see the error that comes up in order to do the try-excepting
Sorry, something went wrong.
Should also consider a max try amount in the try-except sequence
No branches or pull requests
youtube-dl very rarely throws a timeout error when trying to open a URL.
We could try wrapping this in a try/except, but that seems real hacky
The text was updated successfully, but these errors were encountered: