From 5972cee7fffba483cb7b4d9ca63d21e968bc926e Mon Sep 17 00:00:00 2001 From: nilaoda Date: Mon, 12 Dec 2022 21:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E8=AF=95=E4=B8=8A=E9=99=90=E5=90=8E?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E8=BE=93=E5=87=BA=E6=8A=A5=E9=94=99=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/N_m3u8DL-RE/Downloader/SimpleDownloader.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/N_m3u8DL-RE/Downloader/SimpleDownloader.cs b/src/N_m3u8DL-RE/Downloader/SimpleDownloader.cs index 4780a08..b8113e9 100644 --- a/src/N_m3u8DL-RE/Downloader/SimpleDownloader.cs +++ b/src/N_m3u8DL-RE/Downloader/SimpleDownloader.cs @@ -128,6 +128,10 @@ namespace N_m3u8DL_RE.Downloader await Task.Delay(1000); goto retry; } + else + { + Logger.WarnMarkUp($"[grey]{ex.Message.EscapeMarkup()}[/]"); + } //throw new Exception("download failed", ex); return null; }