We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cf35a commit 1492ffdCopy full SHA for 1492ffd
pythonwhois/parse.py
@@ -105,6 +105,7 @@ def precompile_regexes(source, flags=0):
105
'expiration_date:\s*(?P<val>.+)',
106
'expire-date:\s*(?P<val>.+)',
107
'renewal:\s*(?P<val>.+)',
108
+ 'validity:\s*(?P<val>.+)',
109
'expire:\s*(?P<val>.+)'],
110
'updated_date': ['\[Last Updated\]\s*(?P<val>.+)',
111
'Record modified on[.]*: (?P<val>.+) [a-zA-Z]+',
0 commit comments