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.
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:
DomainParser._no_match_checks
list