You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason parsing a subhost on blogspot results in a messed parsing. The domain bit returns the subdomain, whereas the subdomain returns an empty string.
For some reason parsing a subhost on blogspot results in a messed parsing. The domain bit returns the subdomain, whereas the subdomain returns an empty string.
">>> ext = tldextract.extract("http://dadada.blogspot.com")"
">>> print ext.domain"
"dadada"
">>> print ext.subdomain"
""
The text was updated successfully, but these errors were encountered: