Please add Honduras' ccTLD, com.hn
, to UrlProperty(). The following currently returns just hn
but it should return com.hn
:
UrlProperty("www.mercadolibre.com.hn", "registrar")
Additionally, the following returns com.hn
, but it should return mercadolibre.com.hn
:
=UrlProperty("www.mercadolibre.com.hn", "domain")
Thanks!
-TimW