whois/parser.py
changeset 66 07bc0807492c
parent 64 2ed54e885571
child 67 25bab46f7281
--- a/whois/parser.py	Mon Sep 14 15:19:11 2015 +0100
+++ b/whois/parser.py	Thu Feb 11 17:02:03 2016 +0000
@@ -548,7 +548,7 @@
         'domain_name': 'domain:\s*(.+)',
         'registrar': 'registrar:\s*(.+)',
         'creation_date': 'created:\s*(.+)',
-        'expiration_date': 'anniversary:\s*(.+)',
+        'expiration_date': 'Expir\w+ Date:\s?(.+)',
         'name_servers': 'nserver:\s*(.+)',  # list of name servers
         'status': 'status:\s*(.+)',  # list of statuses
         'emails': '[\w.-]+@[\w.-]+\.[\w]{2,4}',  # list of email addresses