Update 'whois/tlds/uk'

This commit is contained in:
Benjamyn Love 2020-10-10 18:39:29 -04:00
parent a09941ccae
commit cabdaa7951

View File

@ -8,7 +8,7 @@ parse = {
"NotFound": "No match for", "NotFound": "No match for",
"DomainName": "Domain name:\s+(.+|\n)", "DomainName": "Domain name:\s+(.+|\n)",
"Registrar": "Registrar:\s+(.+)", "Registrar": "Registrar:\s+(.+)",
"NameServer": "Name servers:\s+(.+?\n\n)", "NameServer": "Name servers:\s(.+\n\s+.+)",
"Status": "Registration status:\s+(.+)", "Status": "Registration status:\s+(.+)",
"UpdatedDate": "Last updated:\s+(.+)", "UpdatedDate": "Last updated:\s+(.+)",
"CreationDate": "Registered on:\s+(.+)", "CreationDate": "Registered on:\s+(.+)",
@ -21,4 +21,4 @@ parse = {
# "TechName": "Tech Contact Name:(.+)", # "TechName": "Tech Contact Name:(.+)",
# "TechID": "Tech Contact ID:(.+)", # "TechID": "Tech Contact ID:(.+)",
}, },
} }