john-kurkowski/tldextract

. Is converted to a space

Closed this issue · 2 comments

Respectfully,
I use it well.

. Is converted to a space
Can't stop it?

For example
google.com
-> google com

Looks like you’re running from the CLI? Like this:

$ tldextract google.com
 google com

That is expected. That is the purpose of this project, to split the input into 3 parts, subdomain, domain, and public suffix. At the CLI, the 3 parts are separated by space.

So, working as expected. Let me know if I can clarify further.