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