# HG changeset patch # User richardpenman # Date 1521128001 14400 # Node ID 2a73627e8be7c531f7f167d32fd368be8e9cb1e6 # Parent d994f11c7e9e9b3784b7780fc84141aa11ba4fe1 fixed .me expiration date issue #161 diff -r d994f11c7e9e -r 2a73627e8be7 whois/parser.py --- 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:(.+)',