Coder Social home page Coder Social logo

Comments (4)

meeb avatar meeb commented on August 24, 2024 1

I'll push a release shortly, just tweaking some other parser stuff.

from whoisit.

meeb avatar meeb commented on August 24, 2024

A nice idea, thanks. That field has been added after I originally wrote the domain data parser which is why it was originally missing. The above commit adds it and this will be bundled into the next release.

from whoisit.

Zalaxx avatar Zalaxx commented on August 24, 2024

Wow thanks that was quick! <3 Any idea when the next release will be?

from whoisit.

meeb avatar meeb commented on August 24, 2024

v2.7.5 has just been pushed and contains the above patch. Both punycoded and unicoded domains should now be handled for both queries and in the output data:

>>> import whoisit
>>> whoisit.version
'2.7.5'
>>> whoisit.bootstrap()
True
>>> whoisit.domain('xn--chteau-de-la-branchoire-j6b.net')['unicode_name']
'château-de-la-branchoire.net'
>>> whoisit.domain('château-de-la-branchoire.net')['unicode_name']
'château-de-la-branchoire.net'

For anyone else who stumbles over this, 2.7.5 also resolves an issue with subrequested RDAP data overwriting required root RDAP server data which caused some domain lookups to fail. Introduced in 2.7.4, upgrade to 2.7.5 to fix it.

from whoisit.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.