Typo fixes
This commit is contained in:
parent
40aafba698
commit
87e2fb31dd
@ -10,7 +10,7 @@ parse = {
|
|||||||
"DomainName": "\[Domain Name\]\s+(.+)",
|
"DomainName": "\[Domain Name\]\s+(.+)",
|
||||||
"RegistrantName": "\[Registrant\]\s+(.+)",
|
"RegistrantName": "\[Registrant\]\s+(.+)",
|
||||||
"RegistrantAddress": "\[Postal Address\]\s+([\S\s]*)\n\[Phone\]",
|
"RegistrantAddress": "\[Postal Address\]\s+([\S\s]*)\n\[Phone\]",
|
||||||
"RegistrantPostralCode": "\[Postal code\]\s+(.+)",
|
"RegistrantPostalCode": "\[Postal code\]\s+(.+)",
|
||||||
"RegistrantEmail": "\[Email\]\s+(.+)",
|
"RegistrantEmail": "\[Email\]\s+(.+)",
|
||||||
"RegistrantPhone": "\[Phone\]\s+(.+)",
|
"RegistrantPhone": "\[Phone\]\s+(.+)",
|
||||||
"RegistrantFax": "\[Fax\]\s+(.+)",
|
"RegistrantFax": "\[Fax\]\s+(.+)",
|
||||||
|
|||||||
@ -18,7 +18,7 @@ parse = {
|
|||||||
"RegistrantStreet": "Registrant Street\d:(.+)",
|
"RegistrantStreet": "Registrant Street\d:(.+)",
|
||||||
"RegistrantCity": "Registrant City:(.+)",
|
"RegistrantCity": "Registrant City:(.+)",
|
||||||
"RegistrantState/Province": "Registrant State/Province:(.+)",
|
"RegistrantState/Province": "Registrant State/Province:(.+)",
|
||||||
"RegistrantPostralCode": "Registrant Postal Code:(.+)",
|
"RegistrantPostalCode": "Registrant Postal Code:(.+)",
|
||||||
"RegistrantCountry": "Registrant Country:(.+)",
|
"RegistrantCountry": "Registrant Country:(.+)",
|
||||||
"RegistrantPhone": "Registrant Phone:(.+)",
|
"RegistrantPhone": "Registrant Phone:(.+)",
|
||||||
"RegistrantPhoneExt": "Registrant Phone Ext.:(.+)",
|
"RegistrantPhoneExt": "Registrant Phone Ext.:(.+)",
|
||||||
@ -31,7 +31,7 @@ parse = {
|
|||||||
"TechStreet": "Tech Street\d:(.+)",
|
"TechStreet": "Tech Street\d:(.+)",
|
||||||
"TechCity": "Tech City:(.+)",
|
"TechCity": "Tech City:(.+)",
|
||||||
"TechState/Province": "Tech State/Province:(.+)",
|
"TechState/Province": "Tech State/Province:(.+)",
|
||||||
"TechPostralCode": "Tech Postal Code:(.+)",
|
"TechPostalCode": "Tech Postal Code:(.+)",
|
||||||
"TechCountry": "Tech Country:(.+)",
|
"TechCountry": "Tech Country:(.+)",
|
||||||
"TechPhone": "Tech Phone:(.+)",
|
"TechPhone": "Tech Phone:(.+)",
|
||||||
"TechPhoneExt": "Tech Phone Ext.:(.+)",
|
"TechPhoneExt": "Tech Phone Ext.:(.+)",
|
||||||
@ -43,7 +43,7 @@ parse = {
|
|||||||
"AdminStreet": "Admin Street\d:(.+)",
|
"AdminStreet": "Admin Street\d:(.+)",
|
||||||
"AdminCity": "Admin City:(.+)",
|
"AdminCity": "Admin City:(.+)",
|
||||||
"AdminState/Province": "Admin State/Province:(.+)",
|
"AdminState/Province": "Admin State/Province:(.+)",
|
||||||
"AdminPostralCode": "Admin Postal Code:(.+)",
|
"AdminPostalCode": "Admin Postal Code:(.+)",
|
||||||
"AdminCountry": "Admin Country:(.+)",
|
"AdminCountry": "Admin Country:(.+)",
|
||||||
"AdminPhone": "Admin Phone:(.+)",
|
"AdminPhone": "Admin Phone:(.+)",
|
||||||
"AdminPhoneExt": "Admin Phone Ext.:(.+)",
|
"AdminPhoneExt": "Admin Phone Ext.:(.+)",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user