diff --git a/crates/bili_sync/src/downloader.rs b/crates/bili_sync/src/downloader.rs index 797221c..3594d6c 100644 --- a/crates/bili_sync/src/downloader.rs +++ b/crates/bili_sync/src/downloader.rs @@ -70,6 +70,8 @@ impl Downloader { audio_path.to_string_lossy().as_ref(), "-c", "copy", + "-strict", + "unofficial", "-y", output_path.to_string_lossy().as_ref(), ])