1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/tldextract/README.md

18 lines
356 B
Markdown
Raw Normal View History

2024-02-25 04:55:14 +00:00
tldextract
==========
[tldextract][1] accurately separates a URL's subdomain, domain, and public
suffix, using the Public Suffix List (PSL).
## Tutorial
```bash
# Create an alias
$ alias tldextract='docker run --rm -u $(id -u):$(id -g) vimagick/tldextract'
# Run it
$ tldextract -j www.google.com
```
[1]: https://github.com/john-kurkowski/tldextract