From af7e02480370ce36317d6f0f4b4836a170271425 Mon Sep 17 00:00:00 2001 From: jaynclouds Date: Tue, 24 Nov 2015 12:13:32 +0530 Subject: [PATCH] update regex to parse expiry date It seems to have for io domains they have updated html for expiry date and current parser doesn't work. --- whois/tlds/io | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whois/tlds/io b/whois/tlds/io index 27bd199..3753a56 100644 --- a/whois/tlds/io +++ b/whois/tlds/io @@ -13,7 +13,7 @@ parse = { "DomainName": "Domain Name :\s+(\S+)", "Status": "Domain Status :\s+(.+)", "CreationDate": "First Registered :\s+(\S+)", - "ExpirationDate": "Expiry :\s+(\S+)", + "ExpirationDate": "Expiry :\s+(\S+)", "UpdatedDate": "Last Updated :\s+(\S+)", "RegistrantID": "Domain Owner[\S\s]*?User ID : (\S+)", "RegistrantOrganization": "Domain Owner[\S\s]*?Organization Name : (.*)",