From 50f9f35239d4e7e42decf1994d21f6ba047d5ca0 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Sun, 31 Mar 2024 20:12:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8A=A0=E5=85=A5=E5=87=A0=E4=B8=AA?= =?UTF-8?q?=E9=A2=9D=E5=A4=96=E7=9A=84=E6=A8=A1=E6=9D=BF=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/command.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/core/command.rs b/src/core/command.rs index 8a4ed2d..b1f2060 100644 --- a/src/core/command.rs +++ b/src/core/command.rs @@ -269,7 +269,10 @@ pub async fn download_page( "page", &json!({ "bvid": &video_model.bvid, - "name": &video_model.name, + "title": &video_model.name, + "upper_name": &video_model.upper_name, + "upper_mid": &video_model.upper_id, + "ptitle": &page_model.name, "pid": page_model.pid, }), )?);