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
Hi,
I noticed that example.blogspot.com is splitted to example blogspot.com
It behaves the same in Python 3.5.2, but it works in Python 2.7.2
I wanted to delete the cache file in /usr/local/lib/python3.5/dist-packages/tldextract/.tld_set but it was not there. Updating with tldextract -u solved the problem.
The text was updated successfully, but these errors were encountered:
I wanted to delete the cache file in /usr/local/lib/python3.5/dist-packages/tldextract/.tld_set but it was not there. Force updating with tldextract -u solved the problem. Still not sure which cache file it used.
That blogspot.* parsing is expected if you use tldextract with the include_psl_private_domains=True arg. The default is False.
Sounds like one of your caches was created with include_private_psl_domains=True? tldextract -u is indeed the workaround. That will recreate the cache with the False arg.
Hi,
I noticed that
example.blogspot.com
is splitted toexample blogspot.com
It behaves the same in Python 3.5.2, but it works in Python 2.7.2
I wanted to delete the cache file in
/usr/local/lib/python3.5/dist-packages/tldextract/.tld_set
but it was not there. Updating withtldextract -u
solved the problem.The text was updated successfully, but these errors were encountered: