adaR icon indicating copy to clipboard operation
adaR copied to clipboard

public_suffix() doesnt work with paths

Open schochastics opened this issue 9 months ago • 3 comments

adaR::public_suffix("http://google.de/test")
#> [1] NA

related to #51

Note that psl also fails.

psl::public_suffix("http://google.de/test")
#> [1] "de/test"

need to reconsider if this is a bug or a feature

schochastics avatar Sep 28 '23 18:09 schochastics