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.84k stars 210 forks source link

Add CLI option to not fall back to the snapshot #260

Closed nicholas-plutoflume closed 2 years ago

nicholas-plutoflume commented 2 years ago

This fixes #259.

It adds a new commandline option which will prevent the lookup / update from using the package's cache.

john-kurkowski commented 2 years ago

Thank you!