Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Update tld_regexpr.py , add test
Browse files Browse the repository at this point in the history
add _test: google.pl to tld 'pl'
  • Loading branch information
maarten-boot authored Nov 2, 2023
1 parent 04c1e12 commit e62cd3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whois/tldDb/tld_regexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ def xStr(what: str, times: int = 1, firstMandatory: bool = True) -> str:
"expiration_date": R(r"(?:\noption expiration date:|renewal date:(?!(?:.|\n)*\noption expiration date:))\s*(.+)\n"),
"name_servers": R(r"nameservers:%s" % xStr(r"(?:\s+(\S+)[^\n]*\n)?", 4)),
"status": R(r"\nStatus:\n\s*(.+)"),
"_test": "google.pl",
}

ZZ["pt"] = {
Expand Down

0 comments on commit e62cd3e

Please sign in to comment.