From f331640859c92520ab72b403321bb2c9013f2499 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Thu, 22 Jun 2023 22:39:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B8=AE=E5=8A=A9=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBDown/CommandLineInvoker.cs | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/BBDown/CommandLineInvoker.cs b/BBDown/CommandLineInvoker.cs index e91053085..dab5bec8d 100644 --- a/BBDown/CommandLineInvoker.cs +++ b/BBDown/CommandLineInvoker.cs @@ -37,7 +37,7 @@ internal class CommandLineInvoker private readonly static Option SkipCover = new(new string[] { "--skip-cover" }, "跳过封面下载"); private readonly static Option ForceHttp = new(new string[] { "--force-http" }, "下载音视频时强制使用HTTP协议替换HTTPS(默认开启)"); private readonly static Option DownloadDanmaku = new(new string[] { "--download-danmaku", "-dd" }, "下载弹幕"); - private readonly static Option SkipAi = new(new string[] { "--skip-ai" }, description: "跳过AI字幕下载"); + private readonly static Option SkipAi = new(new string[] { "--skip-ai" }, description: "跳过AI字幕下载(默认开启)"); private readonly static Option VideoAscending = new(new string[] { "--video-ascending" }, "视频升序(最小体积优先)"); private readonly static Option AudioAscending = new(new string[] { "--audio-ascending" }, "音频升序(最小体积优先)"); private readonly static Option AllowPcdn = new(new string[] { "--allow-pcdn" }, "不替换PCDN域名, 仅在正常情况与--upos-host均无法下载时使用"); diff --git a/README.md b/README.md index 84c11b356..61572673b 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,10 @@ Options: --skip-cover 跳过封面下载 --force-http 下载音视频时强制使用HTTP协议替换HTTPS(默认开启) -dd, --download-danmaku 下载弹幕 - --skip-ai 跳过AI字幕下载 [default: True] - --bandwith-ascending 比特率升序(最小体积优先) + --skip-ai 跳过AI字幕下载(默认开启) + --video-ascending 视频升序(最小体积优先) + --audio-ascending 音频升序(最小体积优先) + --allow-pcdn 不替换PCDN域名, 仅在正常情况与--upos-host均无法下载时使用 -F, --file-pattern 使用内置变量自定义单P存储文件名: : 视频主标题