updated parser config

This commit is contained in:
root 2015-11-30 11:30:07 +05:30
parent a12c8b8013
commit 925a1d2061

View File

@ -6,10 +6,10 @@ server = {
parse = { parse = {
"default": { "default": {
"NotFound": "Not Found", # <!--- ERROR: cgi.c 2826 DomainNotFound ---> "NotFound": "Not Found", # <!--- ERROR: cgi.c 2826 DomainNotFound --->
"DomainName": "Domain Name: (\w+).(\w+)", "DomainName": "Domain Name:\s+(\w+).(\w+)",
"Status": "Domain Status: (\w+)", "Status": "Domain Status:\s+(\w+)",
"CreationDate": "Created: (\S+)", "CreationDate": "Created:\s+(\S+)",
"ExpirationDate": "Expired: (\S+)", "ExpirationDate": "Expired:\s+(\S+)",
"UpdatedDate": "Updated: (\S+)", "UpdatedDate": "Updated:\s+(\S+)",
} }
} }