equal
deleted
inserted
replaced
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: |