weppos / whois-parser

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

.cl available? is not correctly parsed #153

Open silva96 opened 1 year ago

silva96 commented 1 year ago

The response of the whois.nic.cl is in english but the gem is trying to parse something in spanish:

actual response:

# whois.nic.cl

%%
%% This is the NIC Chile Whois server (whois.nic.cl).
%%
%% Rights restricted by copyright.
%% See https://www.nic.cl/normativa/politica-publicacion-de-datos-cl.pdf
%%

azxasd.cl: no entries found.

We need to parse and find no entries found instead of : no existe

basex commented 1 year ago

https://github.com/weppos/whois-parser/pull/156

silva96 commented 1 year ago

@basex this project is not maintained anymore, please refer to this fork:

https://github.com/jarthod/whois-parser

This is actually working in the fork (see this commit).

Here's the response from @jarthod regarding the "unmaintained project"

https://github.com/weppos/whois-parser/pull/154#issuecomment-1384416722

sofia-bahamonde commented 1 year ago

Thanks for the info @silva96 !