get_ut1_data.RdDownloads and flattens the University of Toulouse (UT1) blacklists into a single `domain,category` CSV. These are the **maintained successor** to Shallalist: where Shallalist last published in January 2022, UT1 is updated continuously.
get_ut1_data(outdir = "./", overwrite = FALSE)Invisibly, the path to the written CSV.
The archive carries ~69 categories under its own French-influenced vocabulary (`drogue`, `publicite`, `tricheur`), which does not line up with Shallalist's names. [ut1_cat()] therefore reports UT1's category verbatim rather than mapping it onto another taxonomy and losing the distinction.
A domain may appear in more than one category; the first is kept and the number of multi-category domains is reported, rather than the collision being silent.
[ut1_cat()], and [source_vintage()] for how this compares with the discontinued sources.
if (FALSE) { # \dontrun{
get_ut1_data()
ut1_cat("example.com")
} # }