updated parser config for .ly domain final
This commit is contained in:
parent
b6bcbe5c3c
commit
a6bb6df54d
@ -6,8 +6,8 @@ server = {
|
|||||||
parse = {
|
parse = {
|
||||||
"default": {
|
"default": {
|
||||||
"NotFound": "Not Found", # <!--- ERROR: cgi.c 2826 DomainNotFound --->
|
"NotFound": "Not Found", # <!--- ERROR: cgi.c 2826 DomainNotFound --->
|
||||||
"DomainName": "Domain Name:\s+([a-zA-Z.]*)",
|
"DomainName": "Domain Name:\s+((?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9])",
|
||||||
# "Status": "Domain Status:\s+(\w+)",
|
"Status": "Domain Status:\s+([a-zA-Z.]*)",
|
||||||
"CreationDate": "Created:\s+(\S+)",
|
"CreationDate": "Created:\s+(\S+)",
|
||||||
"ExpirationDate": "Expired:\s+(\S+)",
|
"ExpirationDate": "Expired:\s+(\S+)",
|
||||||
"UpdatedDate": "Updated:\s+(\S+)",
|
"UpdatedDate": "Updated:\s+(\S+)",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user