pogzyb / asyncwhois

Python WHOIS and RDAP utility for querying and parsing information about Domains, IPv4s, IPv6s, and AS numbers
MIT License
63 stars 18 forks source link

Update "_no_match_checks" list #41

Closed pogzyb closed 1 year ago

pogzyb commented 2 years ago

In asyncwhois.parse_tld.DomainParser.parse there is a check to see if the given query output contains "not found" language. Specifically, there is a for loop that looks for matches in DomainParser._no_match_checks (lines 100-101) and raises an exception. This list does a pretty good job, but could be expanded.

TODO: