Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
log download
Browse files Browse the repository at this point in the history
  • Loading branch information
ballfn committed Jun 30, 2022
1 parent c670c1b commit 29c619f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NowWatching/NowWatching.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ static void DownloadYtdl()
//https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_x86.exe
try
{
Logger.Msg("Downloading YTDL...");
new WebClient().DownloadFile("https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_x86.exe",YTDLPath);
}
catch (Exception e)
Expand Down

0 comments on commit 29c619f

Please sign in to comment.