From fd90bc8b731167845a9b823fb5b99e08fd55fcb8 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Fri, 8 Aug 2025 20:23:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=8B=E8=BD=BD=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E5=86=8D=E6=89=93=E5=8D=B0=E4=B8=80=E5=A4=A7?= =?UTF-8?q?=E4=B8=B2=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/bili_sync/src/downloader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bili_sync/src/downloader.rs b/crates/bili_sync/src/downloader.rs index 54d0f7f..8bd8860 100644 --- a/crates/bili_sync/src/downloader.rs +++ b/crates/bili_sync/src/downloader.rs @@ -149,7 +149,7 @@ impl Downloader { } } } - res.with_context(|| format!("failed to download from {:?}", urls)) + res.with_context(|| format!("failed to download file")) } pub async fn merge(&self, video_path: &Path, audio_path: &Path, output_path: &Path) -> Result<()> {