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-dl -U` fails to update (update url is currently 404) #18079
Comments
|
https://rg3.github.io/youtube-dl/update/ is not use for updating in the first place.
|
|
ok, let me rephrase: an older version i had installed failed: and https://github.com/rg3/youtube-dl/blob/master/youtube_dl/update.py#L34 still mentions that url? |
|
Most likely your python is too old and does not support TLS 1.2. Updating on such python versions won't work. |
currently the url "https://rg3.github.io/youtube-dl/update/" will return a 404 so that the update mechanism will fail.