From a845b12fb10373af8878305857487a62fda048ba Mon Sep 17 00:00:00 2001 From: ImAleeexx <52298617+ImAleeexx@users.noreply.github.com> Date: Sun, 11 Dec 2022 15:15:40 +0100 Subject: [PATCH] Update SimpleLiveRecordManager2.cs --- src/N_m3u8DL-RE/DownloadManager/SimpleLiveRecordManager2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/N_m3u8DL-RE/DownloadManager/SimpleLiveRecordManager2.cs b/src/N_m3u8DL-RE/DownloadManager/SimpleLiveRecordManager2.cs index 2da0ee9..5904169 100644 --- a/src/N_m3u8DL-RE/DownloadManager/SimpleLiveRecordManager2.cs +++ b/src/N_m3u8DL-RE/DownloadManager/SimpleLiveRecordManager2.cs @@ -549,7 +549,7 @@ namespace N_m3u8DL_RE.DownloadManager else { //创建管道 - output = Path.ChangeExtension(output, ".ts"); + output = saveName; var pipeName = $"RE_pipe_{Guid.NewGuid()}"; fileOutputStream = PipeUtil.CreatePipe(pipeName); Logger.InfoMarkUp($"{ResString.namedPipeCreated} [cyan]{pipeName.EscapeMarkup()}[/]");