updated parser config
This commit is contained in:
parent
a12c8b8013
commit
925a1d2061
@ -6,10 +6,10 @@ server = {
|
||||
parse = {
|
||||
"default": {
|
||||
"NotFound": "Not Found", # <!--- ERROR: cgi.c 2826 DomainNotFound --->
|
||||
"DomainName": "Domain Name: (\w+).(\w+)",
|
||||
"Status": "Domain Status: (\w+)",
|
||||
"CreationDate": "Created: (\S+)",
|
||||
"ExpirationDate": "Expired: (\S+)",
|
||||
"UpdatedDate": "Updated: (\S+)",
|
||||
"DomainName": "Domain Name:\s+(\w+).(\w+)",
|
||||
"Status": "Domain Status:\s+(\w+)",
|
||||
"CreationDate": "Created:\s+(\S+)",
|
||||
"ExpirationDate": "Expired:\s+(\S+)",
|
||||
"UpdatedDate": "Updated:\s+(\S+)",
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user