Binary package “python3-tld” in ubuntu jammy

Extract the top level domain (TLD) from a given URL (Python 3)

 This package contains a module which extracts the top level domain (TLD) from
 the given URL. The list of TLD names is taken from Mozilla.
 .
 It can optionally raises exceptions on non-existing TLDs or silently fails (if
 fail_silently argument is set to True).
 .
 This package installs the library for Python 3.