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.
I was trying to run the code:
'''
youtube-dl --proxy socks5://127.0.0.1:1080 'http://www.youtube.com/watch?v=FcB8ekBdf98'
'''
It showed the following errors:
WARNING: The url doesn't specify the protocol, trying with http
[generic] watch?v=FcB8ekBdf98': Requesting header
WARNING: Could not send HEAD request to http://'http://www.youtube.com/watch?v=FcB8ekBdf98': Remote end closed connection without response
[generic] watch?v=FcB8ekBdf98': Downloading webpage
ERROR: Unable to download webpage: Remote end closed connection without response (caused by RemoteDisconnected('Remote end closed connection without response',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
I don't know how to deal with it. Can some one help me?