diff --git a/BBDown/BBDownUtil.cs b/BBDown/BBDownUtil.cs index d5ee05d5d..5500ae830 100644 --- a/BBDown/BBDownUtil.cs +++ b/BBDown/BBDownUtil.cs @@ -149,7 +149,7 @@ public static async Task GetAvIdAsync(string input) { avid = input.ToLower()[2..]; } - else if (input.StartsWith("cheese/")) // cheese/(ep|ss)\d+ 格式 + else if (input.StartsWith("cheese/")) // ^cheese/(ep|ss)\d+ 格式 { string epId = ""; if (input.Contains("/ep")) diff --git a/BBDown/Program.cs b/BBDown/Program.cs index 209ea7a56..d14661d6f 100644 --- a/BBDown/Program.cs +++ b/BBDown/Program.cs @@ -226,13 +226,13 @@ public static (Dictionary encodingPriority, Dictionary GetVideoInfoAsync(MyOption myOption, string aidOri, string input) { - Log("检测账号登录..."); + Log("检测账号登录..."); // 加载认证信息 LoadCredentials(myOption); - // 检测是否登录了账号 - bool is_login = await CheckLogin(Config.COOKIE); + // 检测是否登录了账号 + bool is_login = await CheckLogin(Config.COOKIE); if (!myOption.UseIntlApi && !myOption.UseTvApi && Config.AREA == "") { if (!is_login) @@ -240,7 +240,7 @@ public static (Dictionary encodingPriority, Dictionary encodingPriority, Dictionary