diff --git a/BBDown/Program.cs b/BBDown/Program.cs index 3c1ba68cd..615ee3e33 100644 --- a/BBDown/Program.cs +++ b/BBDown/Program.cs @@ -259,6 +259,11 @@ public static (Dictionary? encodingPriority, Dictionary !string.IsNullOrEmpty(p.ownerMid))?.ownerMid; + if (!string.IsNullOrEmpty(mid)) + { + Log($"UP主页: https://space.bilibili.com/{mid}"); + } string apiType = myOption.UseTvApi ? "TV" : (myOption.UseAppApi ? "APP" : (myOption.UseIntlApi ? "INTL" : "WEB")); //打印分P信息