Skip to content

Commit

Permalink
Merge pull request #250 from DannyCork/master
Browse files Browse the repository at this point in the history
Update parser.py
  • Loading branch information
richardpenman authored Dec 16, 2024
2 parents a493897 + 640d18a commit 0248325
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 0248325

Please sign in to comment.