pub fn download( url: &str, output_path: Option<&str>, ) -> Result<(), Box<dyn Error + Send + Sync>>
Download a file with minimal configuration