pub async fn process_urls( urls: Vec<String>, config: Config, ) -> Result<Vec<(String, Error)>>
Process a list of URLs with the given configuration