whois/parser.py
changeset 88 124331d7ca1e
parent 87 0f12faf57d33
child 89 0b2e70f3f537
equal deleted inserted replaced
87:0f12faf57d33 88:124331d7ca1e
   781         'org': 'organization: *(.+)',
   781         'org': 'organization: *(.+)',
   782         'address': 'street address: *(.+)',
   782         'address': 'street address: *(.+)',
   783         'zipcode': 'postal code: *(.+)',
   783         'zipcode': 'postal code: *(.+)',
   784         'city': 'city: *(.+)',
   784         'city': 'city: *(.+)',
   785         'country': 'country: *(.+)',
   785         'country': 'country: *(.+)',
   786         'phone': 'Phone: *(.+)',
   786         'phone': 'phone: *(.+)',
   787         'fax': 'Fax: *(.+)',
   787         'fax': 'fax-no: *(.+)',
   788         'changed': 'changed: *(.+)',
   788         'changed': 'changed: *(.+)',
   789     }
   789     }
   790 
   790 
   791     def __init__(self, domain, text):
   791     def __init__(self, domain, text):
   792         if 'Status: free' in text:
   792         if 'Status: free' in text: