From 7d9880a6ec9e75b8c52affe9b5c23b45c24a432b Mon Sep 17 00:00:00 2001 From: Adam Greene Date: Mon, 10 Jun 2024 12:40:32 -0400 Subject: [PATCH] update WhoisSg to address #222 --- whois/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whois/parser.py b/whois/parser.py index 5159f93..f98a9b4 100644 --- a/whois/parser.py +++ b/whois/parser.py @@ -421,7 +421,7 @@ class WhoisSG(WhoisEntry): "registrant_name": r"Registrant:\n\s+Name:(.+)", "registrar": r"Registrar: *(.+)", "creation_date": r"Creation date: *(.+)", - "expiration_date": r"Expiration date: *(.+)", + "expiration_date": r"Registry Expiry Date: *(.+)", "dnssec": r"DNSSEC:\n(.*)", }