Releases: Intsights/PyDomainExtractor
Releases · Intsights/PyDomainExtractor
v0.8.4
12 Oct 16:24
Compare
Sorry, something went wrong.
No results found
added support for Python 3.9
updated public suffix list
ci workflows updates
tsl robin map updates
v0.8.3
23 Sep 14:17
Compare
Sorry, something went wrong.
No results found
Added PyPy3 support
separated the ci into build and deploy workflows
supports urls without a full scheme.
before: "//google.com/path" results in an exception
after: "//google.com/path" parses into google.com
v0.8.2
21 Sep 17:45
Compare
Sorry, something went wrong.
No results found
added binary stripping for a slimmer binary
v0.8.1
21 Sep 17:26
Compare
Sorry, something went wrong.
No results found
introduced a new function "get_tld_list" to return a full list of all
the loaded tlds.
formatting fixes
removed -Ofast flag
updated public suffix list
Version v0.8.0
09 Jul 11:38
Compare
Sorry, something went wrong.
No results found
added benchmarks directory
updated benchmarks (added tld library)
introduced extract_from_url new function
public suffix list file was updated
Special thanks to @nitzspiz for the proposal and the code contribution!