diff --git a/pythonwhois/__init__.py b/pythonwhois/__init__.py index 97c653e..c341ccc 100644 --- a/pythonwhois/__init__.py +++ b/pythonwhois/__init__.py @@ -59,6 +59,7 @@ grammar = { 'Record maintained by:\s?(?P.+)', 'Registration Service Provided By:\s?(?P.+)', 'Registrar of Record:\s?(?P.+)', + 'Registrar:\s?(?P.+)', '\tName:\t\s(?P.+)'], 'whois_server': ['Registrar Whois:\s?(?P.+)'], 'name_servers': ['(?P[a-z]*d?ns[0-9]+([a-z]{3})?\.([a-z0-9-]+\.)+[a-z0-9]+)',