From a6bb6df54d75f914fcc4026f152c634cb675f10a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Nov 2015 12:31:51 +0530 Subject: [PATCH] updated parser config for .ly domain final --- whois/tlds/ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whois/tlds/ly b/whois/tlds/ly index a7e1922..e0d1383 100644 --- a/whois/tlds/ly +++ b/whois/tlds/ly @@ -6,8 +6,8 @@ server = { parse = { "default": { "NotFound": "Not Found", # - "DomainName": "Domain Name:\s+([a-zA-Z.]*)", - # "Status": "Domain Status:\s+(\w+)", + "DomainName": "Domain Name:\s+((?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9])", + "Status": "Domain Status:\s+([a-zA-Z.]*)", "CreationDate": "Created:\s+(\S+)", "ExpirationDate": "Expired:\s+(\S+)", "UpdatedDate": "Updated:\s+(\S+)",