From bd70845899de366c0c8549702b3dd0875822dc02 Mon Sep 17 00:00:00 2001 From: "HKPR Katya B. E" Date: Sun, 10 Feb 2013 23:20:36 +0900 Subject: [PATCH] add '.me' tlds. --- whois/tlds/me | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 whois/tlds/me diff --git a/whois/tlds/me b/whois/tlds/me new file mode 100644 index 0000000..63adb05 --- /dev/null +++ b/whois/tlds/me @@ -0,0 +1,14 @@ +parse = { + "whois.meregistry.net": { + "NotFound": "NOT FOUND", + "DomainName": "Domain Name:(.+)", + "RegistrantName": "Registrant Name:(.+)", + "AdminName": "Admin Name:(.+)", + "AdminEmail": "Admin E-mail:(.+)", + "CreationDate": "Domain Create Date:(.+)", + "UpdatedDate": "Domain Last Updated Date:(.+)", + "ExpirationDate": "Domain Expiration Date:(.+)", + "Registrar": "Sponsoring Registrar:(.+)", + "NameServers": "Nameservers:(.+)", + } +}