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.
Youtube doesn't seem to work anymore. "Unable to download webpage" #11545
Comments
|
Could you paste the output of the following 3 commands?
|
|
|
Seems the error is different now. Could you try video downloading again? |
With the verbose flag :
|
|
Bump ? |
|
Did you try to update OpenSSL? |
|
@Hrxn @aaruni96 Could you try Python 3.x or Python > 2.7.9? 2.7.6 is way too old and may contain mysterious bugs. By the way,
Do you remember which version works? |
|
@yan12125 : how do I select which python version to use? AFAIK, I have both python2.7 and python3 installed in my Ubuntu. I don't really remember which version used to work. Does the -U command have a log somewhere ? |
|
Try:
Unfortunately, no |
|
Ah, works nicely with python 3. How to make python3 default ? |
Adding this to
|
|
No way to change the program itself to use python3 as default? |
A possible solution is removing /usr/local/bin/youtube-dl and installing youtube-dl with pip3. See https://github.com/rg3/youtube-dl/blob/master/README.md#installation for more details |
|
That works, but changes to the shebang will be overridden the next time you run an update ( |
|
Okay, I'd say the issue is resolved. Close thread ? |
|
Feel free to close it if you don't want Python 2 support for youtube-dl |
|
I’d say the |

Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.12.22. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
Downloading from youtube doesn't work after updating to current version. Please fix.