pub fn advanced_download( url: &str, output_path: Option<&str>, quiet_mode: bool, ) -> Result<(), Box<dyn Error + Send + Sync>>
Convenience top-level API for advanced (parallel/resumable) downloads.