UK name servers patch
authorRichard Baron Penman
Tue, 08 Jan 2013 15:21:34 +1100
changeset 3 c826e868bc63
parent 2 3b0a9080e617
child 4 fd1bfb30b95e
UK name servers patch
pywhois/parser.py
--- a/pywhois/parser.py	Tue Jan 08 15:19:55 2013 +1100
+++ b/pywhois/parser.py	Tue Jan 08 15:21:34 2013 +1100
@@ -340,6 +340,7 @@
         'creation_date':                  'Registered on:\s*(.+)',
         'expiration_date':                'Renewal date:\s*(.+)',
         'updated_date':                   'Last updated:\s*(.+)',
+        'name_servers':                   'Name servers:\s*(.+)',
 	}
     def __init__(self, domain, text):
         if 'Not found:' in text: