Skip to content

Releases: Intsights/PyDomainExtractor

v0.8.4

12 Oct 16:24

Choose a tag to compare

  • added support for Python 3.9
  • updated public suffix list
  • ci workflows updates
  • tsl robin map updates

v0.8.3

23 Sep 14:17

Choose a tag to compare

  • 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

Choose a tag to compare

  • added binary stripping for a slimmer binary

v0.8.1

21 Sep 17:26

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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!