Skip to content

Commit

Permalink
Update parser.py with created for .de
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyCork authored Dec 13, 2024
1 parent a493897 commit 640d18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whois/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,7 @@ class WhoisDe(WhoisEntry):
"fax": r"Fax: *(.+)",
"name_servers": r"Nserver: *(.+)", # list of name servers
"emails": EMAIL_REGEX, # list of email addresses
"created": r"created: *(.+)",
}

def __init__(self, domain, text):
Expand Down

0 comments on commit 640d18a

Please sign in to comment.