john-kurkowski / tldextract

Accurately separates a URL’s subdomain, domain, and public suffix, using the Public Suffix List (PSL).
BSD 3-Clause "New" or "Revised" License
1.81k stars 211 forks source link

tldextract.extract('http://www.tech.com.uk') #236

Closed shuaiwang88 closed 2 years ago

shuaiwang88 commented 2 years ago

ExtractResult(subdomain='www.techcrunch', domain='com', suffix='uk')

is this wrong or .com.uk does not exist?