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.
Failure Log
Problem
youtube-dl -Udoes not work under Mac OS X, including OS X El Capitan 10.11.6.Cause
Python 2.7.10 comes with an outdated version of OpenSSL:
Workaround
Update manually using instructions at https://ytdl-org.github.io/youtube-dl/download.html:
Solution
Update the current version of Python 2. (Do not install a new version such as Python 3 to try to solve this.)
If you are using Homebrew, see here. Issue #15474.
If you are not using Homebrew, download and install the current version of Python 2 -- not Python 3 or newer.
Before installing Python from its .pkg package installer file, you can optionally verify the signature of the .pkg file according to the instructions on the Python download web page.
The Python 2 .pkg installs a Python 2.x folder in the
/Applicationsfolder. After Python is installed, run (by double-clicking) the filesUpdate Shell Profile.commandandInstall Certificates.commandlocated in that Python installation folder.Success Example Log
Python's version of OpenSSL gets updated:
youtube-dl -U works hereafter: