nilaoda / N_m3u8DL-RE

Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM. English/简体中文/繁體中文.
MIT License
4.76k stars 499 forks source link

请求增加个参数吧。是否输出进度条相关信息。 #440

Open hyjk555 opened 2 months ago

hyjk555 commented 2 months ago

我是linux 定时任务执行下载。无终端的时候执行它会报错。好像是开始显示进度条的时候。就报错了 at System.ThrowHelper.ThrowArgumentException(ExceptionResource) + 0x10 at System.Collections.Generic.List1.RemoveRange(Int32, Int32) + 0xac at Spectre.Console.Rendering.LiveRenderable.<Render>d__25.MoveNext() + 0x444 at System.Collections.Generic.List1.AddRange(IEnumerable1) + 0xec at Spectre.Console.RenderableExtensions.GetSegments(IAnsiConsole, RenderOptions, IEnumerable1) + 0xd0 at Spectre.Console.AnsiBuilder.Build(IAnsiConsole, IRenderable) + 0x70 at Spectre.Console.AnsiConsoleBackend.Write(IRenderable) + 0x18 at Spectre.Console.AnsiConsoleFacade.Write(IRenderable) + 0x50 at Spectre.Console.ProgressRefreshThread.Run() + 0x4c at System.Threading.ExecutionContext.RunInternal(ExecutionContext, ContextCallback, Object) + 0x8c --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x24 at System.Threading.ExecutionContext.RunInternal(ExecutionContext, ContextCallback, Object) + 0xdc at System.Threading.Thread.StartThread(IntPtr) + 0xe0 at System.Threading.Thread.ThreadEntryPoint(IntPtr) + 0x20

hyjk555 commented 2 months ago

--no-ansi-color --no-log True --tmp-dir /tmp/m3u8/ --save-dir 这是部分参数