Skip to main content

Extracts the top level domain (TLD) from the URL given.

Project description

Description

Extracts the top level domain (TLD) from the URL given. List of TLD names is taken from Mozilla http://mxr.mozilla.org/mozilla/source/netwerk/dns/src/effective_tld_names.dat?raw=1

Optionally raises exceptions on non-existing TLDs or silently fails (if fail_silently argument is set to True). Knows about active and inactive TLDs. If only active TLDs shall be matched against, active_only argument shall be set to True (default - False).

Installation

Latest stable version on PyPI:

$ pip install tld

Latest development version:

$ pip install -e hg+http://bitbucket.org/barseghyanartur/tld#egg=tld

Usage example

To get the top level domain name from the URL given:

from tld import get_tld
print get_tld("http://www.google.co.uk")
'google.co.uk'
print get_tld("http://www.google.idontexist", fail_silently=True)
None

To update/sync the tld names with the most recent version run the following from your terminal:

$ python tld/update.py

or simply do:

from tld.utils import update_tld_names
update_tld_names()

License

MPL 1.1/GPL 2.0/LGPL 2.1

Support

For any issues contact me at the e-mail given in the Author section.

Author

Artur Barseghyan <artur.barseghyan@gmail.com>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tld-0.6.4.tar.gz (27.4 kB view details)

Uploaded Source

File details

Details for the file tld-0.6.4.tar.gz.

File metadata

  • Download URL: tld-0.6.4.tar.gz
  • Upload date:
  • Size: 27.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tld-0.6.4.tar.gz
Algorithm Hash digest
SHA256 f18d06dd75671d2b496008385ffda59aaedaa996e97775c3a874ef982d3209d4
MD5 0c9832eb78ba244c5b94bf2e0e81acb7
BLAKE2b-256 37694ddc3930392dac4536d18f912b7e95db235b7a4b878b9e86f7e32bf7a7e5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page