From f0a99b8fb2ce6be8dd596f21368974853afd20f5 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Sat, 11 Nov 2023 23:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=8F=91=E5=B8=83=E4=BA=BA?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5=20#648?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBDown/Program.cs | 5 +++++ 1 file changed, 5 insertions(+) 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信息