Update yt-dlp to 2023.07.06

This commit is contained in:
niksedk 2023-08-16 20:02:55 +02:00
parent 9690e203ab
commit d59b6bb0bc
2 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,7 @@
* Update Argentinian/Mexican translation - thx jmaraujouy
* Improve "Dark theme" (new controls/message-boxes)
* Update Tesseract OCR to 5.3.1 (64-bit only)
* Update yt-dlp to 2023.07.06
* Improve convert of SSA to ASSA - thx Emiliano
* Update burn-in video preview to video - thx Masina86
* Improve handling of invalid xml in ttml - thx m0ck69

View File

@ -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/2023.03.04/yt-dlp.exe";
public const string Sha512Hash = "a88df82d3833b746fe5c08474adc4839a8fdfd0000a3f3deb20365a3ad527506f094e47986607a621792ece066dd117d6e43ec9a5a5c6fa0e3f6288cecb22745";
public const string Url = "https://github.com/yt-dlp/yt-dlp/releases/download/2023.07.06/yt-dlp.exe";
public const string Sha512Hash = "fe7470971d0f02b9036aee509779e68a245746e90971da0a077553aa4259e25a6199e63b19d0b66c4f41f8a2eabfac584db7a9cdcc7f5b8ab5906d336e11ba80";
public bool AutoClose { get; internal set; }
private readonly CancellationTokenSource _cancellationTokenSource;