Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 356 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 356 Bytes

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