From 5992f562bc5722c1fc4f730857e4ffea79738fc4 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 22 Sep 2012 23:40:09 +0200 Subject: [PATCH] Fix grammar for 'last updated' date for Tucows --- pythonwhois/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.+)',