2to3port #2

Merged
benjamyn merged 12 commits from 2to3port into master 2020-10-10 18:48:33 -04:00
Showing only changes of commit cabdaa7951 - Show all commits

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:(.+)",
}, },
} }