Skip to content

Commit

Permalink
Download the 32-bit version of yt-dlp from another repo
Browse files Browse the repository at this point in the history
  • Loading branch information
smplayer-dev committed Dec 20, 2024
1 parent 764c722 commit 1ec6153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/youtube/codedownloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1ec6153

Please sign in to comment.