.ly parser added
This commit is contained in:
parent
0bc0b86381
commit
479a889f21
17
whois/tlds/ly
Normal file
17
whois/tlds/ly
Normal file
@ -0,0 +1,17 @@
|
||||
server = {
|
||||
"redirect": "\s+Whois Server: (.*)",
|
||||
"format": {
|
||||
"ly.whois-servers.net": "domain %DOMAIN%",
|
||||
},
|
||||
}
|
||||
|
||||
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+)",
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user