pypi tldextract 4.0.0

latest releases: 5.1.2, 5.1.1, 5.1.0...
11 months ago

What's Changed

  • Breaking bugfixes
    • Always include suffix if private suffix enabled and private suffix exists (#300)
      • Add a 4th field is_private: bool, to the ExtractResult
        namedtuple, indicating whether the extraction came from the PSL's
        private domains or not.
      • This could cause issues when iterating over the tuple and assuming
        only 3 fields.
      • Previously, the docs promoted iteration to rejoin parts of the tuple.
        This is better achieved by individual access of fields of interest
        (e.g. ExtractResult.subdomain) or convenience properties (e.g.
        ExtractResult.{fqdn,registered_domain}).

Full Changelog: 3.5.0...4.0.0

This is the same content as version 3.6.0, originally released 2023-09-19,
which was yanked.

Don't miss a new tldextract release

NewReleases is sending notifications on new releases.