updated parser config
This commit is contained in:
parent
a12c8b8013
commit
925a1d2061
@ -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+)",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user