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 theExtractResult
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}
).
- Add a 4th field
- Always include suffix if private suffix enabled and private suffix exists (#300)
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.