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.
Unable to update to the latest version #14049
Comments
|
Seems a network issue. Could you try to open https://yt-dl.org/downloads/2017.08.27.1/youtube-dl in browsers (Safari, Chrome, Firefox, etc.) and see if the file can be downloaded or not? |
|
Appears to be fine with wget. youtube-dl doesn't appear to even attempt it. It downloads the initial file with the version but after that I see no activity with packet sniffers
|
|
Thanks for the feedback.
youtube-dl tries to fetch the new binary but apparently it fails at the DNS step. Did you see packets on UDP 53 port? By the way, I just tried it on Sierra (Darwin-16.7.0-x86_64-i386-64bit) and |
|
Did you install it using brew? I'm using OS X 10.10.5. If you install from brew you don't get the latest version. I don't see how python would be different than wget in terms of DNS resolution. I tried deleting the dns cache just in case but predictably that didn't help. |
|
Hm, maybe it did help. Seems to be downloading now |
|
OK, I think I had some kind of DNS cache issue. Attempting to close this... |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.08.27.1. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Can't
What is the purpose of 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 the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), 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
I updated brew and upgraded youtube-dl but this does NOT provide the latest version so I ran youtube-dl -U as root and it fails.