-
Register.com seems to have changed their whois output format and it trips up rwhois.py's regex. To fix this error change line at 566 from:
m = re.search("Domain servers in listed order", self.page)
to:
m = re.search("DNS Servers", self.page)
and all should be well.
Kind Regards,
Jeremy Stark
jeremy@deximer.com.
2008-01-21 13:40:22 UTC in rwhois.py
-
deximer committed revision 392 to the POSIT SVN repository, changing 1 files.
2008-01-08 20:39:08 UTC in POSIT
-
deximer committed revision 391 to the POSIT SVN repository, changing 2 files.
2008-01-08 20:03:10 UTC in POSIT
-
deximer committed revision 390 to the POSIT SVN repository, changing 1 files.
2008-01-08 19:52:20 UTC in POSIT
-
deximer committed revision 389 to the POSIT SVN repository, changing 1 files.
2008-01-08 19:46:34 UTC in POSIT
-
deximer committed revision 388 to the POSIT SVN repository, changing 1 files.
2008-01-08 17:45:02 UTC in POSIT
-
deximer committed revision 387 to the POSIT SVN repository, changing 1 files.
2008-01-08 17:07:59 UTC in POSIT
-
deximer committed revision 386 to the POSIT SVN repository, changing 1 files.
2008-01-08 17:01:20 UTC in POSIT
-
deximer committed revision 385 to the POSIT SVN repository, changing 1 files.
2008-01-08 16:59:56 UTC in POSIT
-
deximer committed revision 384 to the POSIT SVN repository, changing 1 files.
2008-01-08 16:55:07 UTC in POSIT