Add NotFound in tlds/io

This commit is contained in:
Larry Kim 2014-05-14 18:38:26 +09:00
parent 87e2fb31dd
commit acfa5bf681

View File

@ -8,6 +8,7 @@ server = {
parse = { parse = {
"default": { "default": {
"NotFound": "DomainNotFound", # <!--- ERROR: cgi.c 2826 DomainNotFound --->
"DomainID": "<td>Domain Handle :</td>\s+<td>(\S+)</td>", "DomainID": "<td>Domain Handle :</td>\s+<td>(\S+)</td>",
"DomainName": "<td>Domain Name :</td>\s+<td><b>(\S+)</b></td>", "DomainName": "<td>Domain Name :</td>\s+<td><b>(\S+)</b></td>",
"Status": "<td>Domain Status :</td>\s+<td>(\S+)</td>", "Status": "<td>Domain Status :</td>\s+<td>(\S+)</td>",