diff -r 98fe26cdbb71 -r 0b098688af21 whois/parser.py --- a/whois/parser.py Thu Jun 02 13:25:07 2016 -0700 +++ b/whois/parser.py Thu Jun 02 13:37:33 2016 -0700 @@ -135,6 +135,8 @@ if value and value not in values: # avoid duplicates values.append(value) + if values and attr in ('registrar', 'whois_server', 'referral_url'): + values = values[-1] # ignore junk if len(values) == 1: values = values[0] elif not values: