From d74f5abbe5d8efe3ec6e03179fe1939184b03f64 Mon Sep 17 00:00:00 2001 From: Rob Davis Date: Sun, 20 Jul 2025 23:46:52 +0100 Subject: [PATCH] https://github.com/ytdl-org/youtube-dl/issues/33163 corrected the other URL --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed5d76132..00c246e0b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ to install it right away for all UNIX users (Linux, macOS, etc.), type: If you do not have curl, you can alternatively use a recent wget: - sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl + sudo wget https://github.com/ytdl-org/youtube-dl/releases/latest/download/youtube-dl -O /usr/local/bin/youtube-dl + sudo chmod a+rx /usr/local/bin/youtube-dl Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.exe) and place it in any location on their [PATH](https://en.wikipedia.org/wiki/PATH_%28variable%29) except for `%SYSTEMROOT%\System32` (e.g. **do not** put in `C:\Windows\System32`).