mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-07 00:17:24 +08:00
chore: 下载失败时不再打印一大串 URL
This commit is contained in:
@@ -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<()> {
|
pub async fn merge(&self, video_path: &Path, audio_path: &Path, output_path: &Path) -> Result<()> {
|
||||||
|
|||||||
Reference in New Issue
Block a user