chore: 下载失败时不再打印一大串 URL

This commit is contained in:
amtoaer
2025-08-08 20:23:40 +08:00
parent 66bd3d6a41
commit fd90bc8b73

View File

@@ -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<()> {