whois/parser.py
changeset 84 98fe26cdbb71
parent 83 a0a0ae15499b
child 85 0b098688af21
--- a/whois/parser.py	Thu Jun 02 13:18:26 2016 -0700
+++ b/whois/parser.py	Thu Jun 02 13:25:07 2016 -0700
@@ -561,7 +561,7 @@
         'domain_name': 'domain: *(.+)',
         'registrar': 'registrar: *(.+)',
         'creation_date': 'created: *(.+)',
-        'expiration_date': 'anniversary: *(.+)',
+        'expiration_date': 'Expir\w+ Date:\s?(.+)',
         'name_servers': 'nserver: *(.+)',  # list of name servers
         'status': 'status: *(.+)',  # list of statuses
         'emails': EMAIL_REGEX,  # list of email addresses