1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/tldextract
2024-02-25 13:52:48 +08:00
..
Dockerfile update tldextract 2024-02-25 13:52:48 +08:00
README.md add tldextract 2024-02-25 12:55:14 +08:00

tldextract

tldextract accurately separates a URL's subdomain, domain, and public suffix, using the Public Suffix List (PSL).

Tutorial

# Create an alias
$ alias tldextract='docker run --rm -u $(id -u):$(id -g) vimagick/tldextract'

# Run it
$ tldextract -j www.google.com