-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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 video download failed with urlopen error [Errno 0] #33013
Comments
Because yt-dl was unable to read the webpage through your socks5: proxy, as in Although it would presumably have failed later, this specific line extractor/youtube.py:1954 shouldn't have failed (why the original failure was a |
my browser and curl both worked fine with my sock5, i wonder what goes wrong with youtube-dl? |
I had no success with any of several public socks5 proxies, either with curl ( |
The latest nightly build should survive failing to download the original page but I don't expect that to resolve your proxy issue. #27800 was similar, but not fully resolved. As it's your proxy, you could consider (enabling if necessary and) reviewing any logs that it generates to see what is actually happening when Python fails with |
Checklist
Verbose log
Description
download youtube video https://www.youtube.com/watch?v=4--Porr54oo failed with <urlopen error [Errno 0] Error> on macos 15.2 (24C101)
The text was updated successfully, but these errors were encountered: