| changeset 130 | 342b440137ce |
| parent 129 | ac57dd5a6b20 |
| child 132 | 7666f0765fe4 |
| child 133 | 29e9190319e5 |
--- a/whois/parser.py Mon Jul 17 12:07:49 2017 +0100 +++ b/whois/parser.py Sun May 14 16:28:00 2017 +0300 @@ -823,7 +823,9 @@ 'city': 'City: *(.+)', 'country_code': 'CountryCode: *(.+)', 'phone': 'Phone: *(.+)', - 'fax': 'Fax: *(.+)' + 'fax': 'Fax: *(.+)', + 'emails': EMAIL_REGEX # list of email addresses + } def __init__(self, domain, text):