diff --git a/whois/tldDb/tld_regexpr.py b/whois/tldDb/tld_regexpr.py index 0883708..3f387b8 100644 --- a/whois/tldDb/tld_regexpr.py +++ b/whois/tldDb/tld_regexpr.py @@ -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"] = {