Update 'whois/tlds/uk'

Now matches at max two nameservers #fuckcodotuk
This commit is contained in:
Benjamyn Love 2020-05-13 00:04:55 -04:00
parent 516796ee15
commit afe6e9472f

View File

@ -8,7 +8,7 @@ parse = {
"NotFound": "No match for",
"DomainName": "Domain name:\s+(.+|\n)",
"Registrar": "Registrar:\s+(.+)",
"NameServer": "Name servers:\s+(.+)",
"NameServer": "Name servers:\s(.+\n\s+.+)",
"Status": "Registration status:\s+(.+)",
"UpdatedDate": "Last updated:\s+(.+)",
"CreationDate": "Registered on:\s+(.+)",