12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
parse = {
|
|
"default": {
|
|
"NotFound": "No entries found",
|
|
"DomainName": "domain:(.+)",
|
|
"Registrar": "registrar:\s+(.+)",
|
|
"NameServer": "nserver:\s+(.+)",
|
|
"Status": "state:\s+(.+)",
|
|
"CreationDate": "created:\s+(.+)",
|
|
"ExpirationDate": "paid-till:\s+(.+)",
|
|
}
|
|
}
|