From a23d9cbe83139762b8f63b340840bbc3b76a86f0 Mon Sep 17 00:00:00 2001 From: FastedCoyote <68086117+FastedCoyote@users.noreply.github.com> Date: Sat, 31 Oct 2020 13:30:49 -0600 Subject: [PATCH] Fix download link for Unix users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d2007cd1..496bacf9c 100644 --- a/README.md +++ b/README.md @@ -761,7 +761,7 @@ As a last resort, you can also uninstall the version installed by your package m Afterwards, simply follow [our manual installation instructions](https://ytdl-org.github.io/youtube-dl/download.html): ``` -sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl +sudo wget https://github.com/l1ving/youtube-dl/releases/latest/download/youtube-dl -O /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl hash -r ```