From b651144c3861ab84f22bfae828b4f71a289de4b5 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 8 Oct 2013 23:43:56 +0200 Subject: [PATCH] Add rule for registrar --- pythonwhois/__init__.py | 1 + 1 file changed, 1 insertion(+) 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]+)',