Subscribe

How to install python3-tldextract in CentOS/RHEL 8 (noarch)

Accurately separate the TLD from the registered domain and subdomains of a URL

Install

sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install python3-tldextract

Description

Accurately separate the TLD from the registered domain and subdomains of a URL, using the Public Suffix List. By default, this includes the public ICANN TLDs and their exceptions. You can optionally support the Public Suffix List's private domains as well. This is the Python 3 version of the package.

RPMs

Eli Young (2019-10-07) - Support EPEL8 builds