domainatrex icon indicating copy to clipboard operation
domainatrex copied to clipboard

:smiling_imp: A library for parsing TLDs from urls in Elixir

Results 5 domainatrex issues
Sort by recently updated
recently updated
newest added

Hi! This PR is just for asking if you could release a new version with the code from master. Thanks!

Given the list of domains noted in [this wikipedia article](https://en.wikipedia.org/wiki/.test) domainatrex fails during our tests on "x.test" or "x.invalid" or x.example". These may not be used in the wider internet...

Hi, the ability to fetch a public suffix list on compilation does sound useful, but the compile time of Domainatrex is already quite long (over 10s on heroku) and I'd...

enhancement

While attempting to parse the domain "amazon.com.be" I came across this undocumented option allowing custom suffixes. This PR adds documentation around that configuration parameter. @Zensavona Let me know if you...

Compiling the library results in ~40 warnings like: ``` warning: this clause cannot match because a previous clause at line 109 always matches lib/domainatrex.ex:88 warning: this clause cannot match because...