pub async fn download_page_image(
    url: &Url,
    output_path: &Path
) -> Result<(), Error>