From 1d8773d1b62881ce293f9cd964725bac3eec6023 Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Sun, 16 Jun 2024 12:19:26 +0200 Subject: [PATCH] Update yt-dlp to 2024.05.27 --- src/ui/Forms/DownloadYouTubeDl.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/Forms/DownloadYouTubeDl.cs b/src/ui/Forms/DownloadYouTubeDl.cs index a8d6daf95..332e87075 100644 --- a/src/ui/Forms/DownloadYouTubeDl.cs +++ b/src/ui/Forms/DownloadYouTubeDl.cs @@ -11,8 +11,8 @@ namespace Nikse.SubtitleEdit.Forms { public sealed partial class DownloadYouTubeDl : Form { - public const string Url = "https://github.com/yt-dlp/yt-dlp/releases/download/2024.03.10/yt-dlp.exe"; - public const string Sha512Hash = "643bb41bb7590a1c79f2e10e5a7948e9897e18196e3399548b842673d4bb1a00f7060338ee9756dfb74e6aa24ac6282641398299f3937150f247d8bfe5f76b52"; + public const string Url = "https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp.exe"; + public const string Sha512Hash = "4b786138bbea8664cdec97da44d0bc6521ac17c9277bc6a08f845a1c037a3d3c19642c06dc2ffa23f4267f17222f7950ec293fc42e90ad7e9cf85521e375cac9"; public bool AutoClose { get; internal set; } private readonly CancellationTokenSource _cancellationTokenSource;