whois-parser
whois-parser copied to clipboard
.cl available? is not correctly parsed
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
https://github.com/weppos/whois-parser/pull/156
@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
Thanks for the info @silva96 !