extract_pdf_links() is deprecated. Use auto_download() instead, which
constructs PDF URLs directly from report IDs without extra HTTP requests.
Examples
if (FALSE) { # \dontrun{
# Deprecated --- use auto_download() instead
auto_download(format = "pdf", year = 2024, confirm = FALSE)
} # }
