weppos / whois-parser

An intelligent — pure Ruby — WHOIS parser.
https://whoisrb.org
MIT License
99 stars 102 forks source link

update responses for .so #155

Closed silva96 closed 1 year ago

silva96 commented 1 year ago

the response for available domains is:

Domain Status: No Object Found

but for unknown reasons, there are invalid domains,

which return

Notes: This name is invalid and can not be registered

right after Domain Status: No Object Found

jarthod commented 1 year ago

@silva96 as for #154, I updated the .so parser (which is now ICANN compliant so much simpler) in 04e93b49b10472e536505885ed3ace15c3b5f64c. So you can use my fork:

gem 'whois-parser', github: 'jarthod/whois-parser' # Unofficial but more up-to-date fork, check status at https://github.com/jarthod/whois-parser

If you need to update other parsers, please take a look at those commits to provide more complete PRs :)

silva96 commented 1 year ago

Thanks!