Skip to content

Commit 1492ffd

Browse files
authored
Expire date support for israeli domains
from levcovenant joepie91@1b50bce
1 parent 57cf35a commit 1492ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonwhois/parse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def precompile_regexes(source, flags=0):
105105
'expiration_date:\s*(?P<val>.+)',
106106
'expire-date:\s*(?P<val>.+)',
107107
'renewal:\s*(?P<val>.+)',
108+
'validity:\s*(?P<val>.+)',
108109
'expire:\s*(?P<val>.+)'],
109110
'updated_date': ['\[Last Updated\]\s*(?P<val>.+)',
110111
'Record modified on[.]*: (?P<val>.+) [a-zA-Z]+',

0 commit comments

Comments
 (0)