Skip to content

Commit d0f8486

Browse files
Merge pull request #282 from nahoragg/master
Update parser.py
2 parents 29091e3 + 5bbf3a4 commit d0f8486

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test/test_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ def test_ai_parse(self):
245245
"billing_postal_code": None,
246246
"billing_state": None,
247247
"creation_date": datetime.datetime(2017, 12, 16, 5, 37, 20),
248+
"updated_date": datetime.datetime(2016, 4, 29, 0, 0),
248249
"domain_id": "6eddd132ab114b12bd2bd4cf9c492a04-DONUTS",
249250
"domain_name": "google.ai",
250251
'expiration_date': datetime.datetime(2025, 9, 25, 5, 37, 20),

whois/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,6 +2108,7 @@ class WhoisAi(WhoisEntry):
21082108
"domain_id": r"Registry Domain ID\s*:\s*(.+)",
21092109
"status": r"Domain Status:\s*(.+)",
21102110
"creation_date": r"Creation Date:\s*(.+)",
2111+
"updated_date": r"Updated Date:\s*(.+)",
21112112
"expiration_date": r"Registry Expiry Date: *(.+)",
21122113
"registrar": r"Registrar:\s*(.+)",
21132114
"registrar_phone": r"Registrar Abuse Contact Phone:\s*(.+)",

0 commit comments

Comments
 (0)