diff --git a/pythonwhois/__init__.py b/pythonwhois/__init__.py index d6563bb..c6d2806 100644 --- a/pythonwhois/__init__.py +++ b/pythonwhois/__init__.py @@ -41,7 +41,7 @@ grammar = { 'Expired\s?[.]*:?\s*?(?P.+)', 'Domain Expiration Date\s?[.]*:?\s*?(?P.+)'], 'updated_date': ['Database last updated on\s?[.]*:?\s*?(?P.+)\s[a-z]+\.?', - 'Record last updated on\s?[.]*:\s?(?P.+)\.', + 'Record last updated on\s?[.]*:?\s?(?P.+)\.', 'Domain record last updated\s?[.]*:\s*?(?P.+)', 'Domain Last Updated\s?[.]*:\s*?(?P.+)', 'Last updated on:\s?(?P.+)',