.FR tlds: fix expiration date parser.
--- 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