From 4a23699f8904b2da010a62d61172ffdc8d7ccb20 Mon Sep 17 00:00:00 2001 From: MrFrank2716 <36956860+MrFrank2716@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:19:28 +0000 Subject: [PATCH] Update README.md Fixed a broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89fe9f7a..7f5bba9d 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ sudo ln -s `which yt-dlp` /usr/local/bin/yt-dlp - Install VLC (to its default location): https://www.videolan.org/ - Install ffmpeg (only if you want to use --high-quality flag) https://ffmpeg.org/download.html -- Install MS Visual C++ (required to launch youtube-dl) https://www.microsoft.com/en-US/download/details.aspx?id=5555 +- Install MS Visual C++ (required to launch youtube-dl) https://www.microsoft.com/en-us/download/details.aspx?id=48145 - Install youtube-dl (yt-dlp). FYI, pip3 didn't seem to work for this on windows, so I used scoop as a package manager and I think it handles filed permissions best. Install scoop by following the instructions here: https://scoop.sh/ ```