| author | Richard Penman |
| Tue, 30 May 2017 08:03:53 -0400 | |
| changeset 128 | a63883d0a695 |
| parent 127 | 49b60710c1eb |
| child 129 | ac57dd5a6b20 |
| whois/parser.py | file | annotate | diff | comparison | revisions |
--- a/whois/parser.py Sun May 14 08:53:17 2017 -0400 +++ b/whois/parser.py Tue May 30 08:03:53 2017 -0400 @@ -1186,7 +1186,7 @@ 'expiration_date': 'Expires: *(.+)', 'dnssec': 'Dnssec: *(.+)', 'status': 'Status: *(.+)', - 'name_servers' 'Nameservers\n *([\n\S\s]+)' + 'name_servers': 'Nameservers\n *([\n\S\s]+)' } def __init__(self, domain, text):