john-kurkowski/tldextract

.co.nl TLD not parsed properly

Closed this issue · 2 comments

>>> tldextract.extract('www.example.co.nl')
ExtractResult(subdomain='www.example', domain='co', suffix='nl')

CO.NL. is the country code domain extension (ccTLD) for the Netherlands.

Thank you!