Finally decided to use whois.com as there output is not aids
This commit is contained in:
parent
f230a5bb80
commit
55cad59af8
2
HTTPy.py
2
HTTPy.py
@ -33,7 +33,7 @@ class MyHTMLParser(HTMLParser):
|
|||||||
|
|
||||||
|
|
||||||
conn = httplib.HTTPSConnection("www.whois.com")
|
conn = httplib.HTTPSConnection("www.whois.com")
|
||||||
conn.request("GET", "/whois/benjamyn-testing.com")
|
conn.request("GET", "/whois/ventraip.com.au")
|
||||||
r1 = conn.getresponse()
|
r1 = conn.getresponse()
|
||||||
parser = MyHTMLParser()
|
parser = MyHTMLParser()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user