Closed schochastics closed 1 year ago
This in data-raw/psl.R
rev_raw_list <- sapply(paste0(".", raw_list), url_reverse)
Fixes the current errors, but introduces the "kobe issues" again, i.e.:
public_suffix("http://kobe.jp")
jp
I wonder if it is even possible to effectively deal with all corner cases
@chainsawriot I think I am catching all corner cases now for
public_suffix
but please have a look.