2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:04:59 +01:00
Files
dockerfiles_vimagick/tldextract/README.md
2024-02-25 12:55:14 +08:00

356 B

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