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

Commit 92028b2

Browse files
committed
Add TLD: KN
Saint Kitts and Nevis
1 parent 5097d6f commit 92028b2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/ok-domains.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
google.is
6262
google.it
6363
google.jp
64+
google.kn
6465
google.link
6566
google.lt
6667
google.me

whois/tld_regexpr.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,11 @@
573573
"extend": "com",
574574
}
575575

576+
# Saint Kitts and Nevis
577+
kn = {
578+
"extend": "com",
579+
}
580+
576581
kr = {
577582
"extend": "com",
578583
"domain_name": r"Domain Name\s*:\s?(.+)",

0 commit comments

Comments
 (0)