diff --git a/src/youtube/codedownloader.cpp b/src/youtube/codedownloader.cpp index 5269c503c..e7b610c4e 100644 --- a/src/youtube/codedownloader.cpp +++ b/src/youtube/codedownloader.cpp @@ -194,7 +194,7 @@ void CodeDownloader::askAndDownload(QWidget * parent, ErrorMessage e, const QStr #if defined(_WIN64) url = "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe"; #else - url = "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_x86.exe"; + url = "https://github.com/nicolaasjan/yt-dlp/releases/latest/download/yt-dlp_x86.exe"; #endif output_file = "yt-dlp.exe"; } else {