weppos / whois-parser

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

Fix domain_id, registrar and contact parsing for afilias #89

Open cork opened 6 years ago

cork commented 6 years ago

Afilias has changed there whois format in accordance with ICANNs requirements. This is a try at updating to parse the new format.

weppos commented 6 years ago

Thanks for all the patches @cork. I'll schedule some time this week to review and merge them.

talarini commented 6 years ago

@weppos this PR helps to fix issue https://github.com/weppos/whois-parser/issues/99

jarthod commented 2 years ago

For the record I ended up starting my fork in which I fixed all the Afilias based whois parsers (.ME, .ORG, .INFO, .PRO, .BZ, .GI, .LC, .MN, .SC, .VC, .AG, .IN, .AERO, .ASIA, .MOBI, .POST, .XXX) in e2b84e73f43ef692e834c2d151f5c7e50b384eae. So people who need this 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