nilaoda / N_m3u8DL-CLI

[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.
https://nilaoda.github.io/N_m3u8DL-CLI/
MIT License
14.25k stars 2.15k forks source link

retryCount参数 在m3u8地址无效情况下无效 #746

Open haocity opened 1 year ago

haocity commented 1 year ago

默认为获取m3u8文件重试20次

测试命令行"https://qq.com/index.m3u8" --retryCount "2"

-retryCount (Default: 15) 设定程序的重试次数

nilaoda commented 1 year ago

是的,无效😂