joepie91 / python-whois

A python module for retrieving and parsing WHOIS data
Do What The F*ck You Want To Public License
398 stars 188 forks source link

Issue with new TLDs #40

Open PwnAsheR opened 10 years ago

PwnAsheR commented 10 years ago

I just installed your library yesterday and it saved me quite a bit or headache in extracting individual items out of whois records. Many Thanks!!!

I did have an issue looking up some of the new TLDs and found the following: article:http://superuser.com/questions/758647/how-to-whois-new-tlds

I added these as described to my Linux server but pythonwhois still didn't work.

I then dug into pythonwhois and found net.py does the lookups internally, and added the whois servers from the article into the "exceptions" structure. This seems to have fixed the issue.

Just thought I would let you know

V/R

joepie91 commented 9 years ago

I've added the entries from that list that IANA doesn't already know about. However, the list appears to not be entirely complete; for example, .buzz is missing from the list entirely. While all the TLDs on the list should now work, some other new TLDs may still not work correctly. If that happens, please create a new ticket for those.