A python module for retrieving and parsing WHOIS data
Hello! I've just installed this module and created simple file with: import sys, pythonwhois testlist = open("domains.txt").readlines() raw, result = pythonwhois.whois(sys.argv[1]) print raw print result Python interpreter say me: "IndexError: list index out of range" in the 3-th line. How to fix it? With regards, Ivan.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by suroegin and has received 4 comments.