Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit d05e293

Browse files
author
MooCow
authored
Merge pull request #50 from TTRh/master
Fix info domain parsing
2 parents 79d4380 + 0a3d8b4 commit d05e293

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

whois/tld_regexpr.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,7 @@
140140
}
141141

142142
info = {
143-
'extend': 'biz',
144-
145-
'creation_date': r'Created On:\s?(.+)',
146-
'expiration_date': r'Expiration Date:\s?(.+)$',
147-
'updated_date': r'Last Updated On:\s?(.+)$',
148-
149-
'status': r'Status:\s?(.+)',
143+
'extend': 'com'
150144
}
151145

152146
name = {

0 commit comments

Comments
 (0)