Skip to content

Commit

Permalink
Change: use yt-dlp's ffmpeg build
Browse files Browse the repository at this point in the history
  • Loading branch information
sabpprook committed Jun 21, 2024
1 parent 727e94a commit d046603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YTDLGUI/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Utils
public static string gui { get; } = "https://github.com/sabpprook/YTDLGUI/releases/latest/download/YTDLGUI.exe";
public static string aria2 { get; } = "https://github.com/aria2/aria2/releases/latest";
public static string ytdlp { get; } = "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe";
public static string ffmpeg { get; } = "https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip";
public static string ffmpeg { get; } = "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip";

public static bool CheckBinary()
{
Expand Down

0 comments on commit d046603

Please sign in to comment.