| author | richardpenman |
| Thu, 15 Mar 2018 11:33:21 -0400 | |
| changeset 169 | 2a73627e8be7 |
| parent 168 | d994f11c7e9e |
| child 170 | 6126b6d3e2ad |
| whois/parser.py | file | annotate | diff | comparison | revisions |
--- a/whois/parser.py Tue Mar 13 11:50:29 2018 -0400 +++ b/whois/parser.py Thu Mar 15 11:33:21 2018 -0400 @@ -544,7 +544,7 @@ 'domain_name': 'Domain Name:(.+)', 'creation_date': 'Creation Date:(.+)', 'updated_date': 'Updated Date:(.+)', - 'expiration_date': 'Registry Expiry Date: :(.+)', + 'expiration_date': 'Registry Expiry Date: (.+)', 'registrar': 'Registrar:(.+)', 'status': 'Domain Status:(.+)', # list of statuses 'registrant_id': 'Registrant ID:(.+)',