python3-tld

Extract the top level domain (TLD) from a given URL (Python 3)
  https://github.com/barseghyanartur/tld
  0
  no reviews



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.