Before I make lots of changes I'd like to ask what the reason is that not all domains return similar information. For example comparing class WhoisAU(WhoisEntry) and class WhoisRs(WhoisEntry) (in whois/parser.py) one class returns the registrant name as "name" and the other as "registrant_name". I have many historical whois outputs that I would like to analyse, but for consistency I need the same keys.
Before I make lots of changes I'd like to ask what the reason is that not all domains return similar information. For example comparing class
WhoisAU(WhoisEntry)andclass WhoisRs(WhoisEntry)(inwhois/parser.py) one class returns the registrant name as"name"and the other as"registrant_name". I have many historical whois outputs that I would like to analyse, but for consistency I need the same keys.