def emails(self): import soup rawres = soup.parser(self.nextresults, self.host) return rawres.emails()
def hosts(self): import soup rawres = soup.parser(self.nextresults, self.host) return rawres.hostnames_all()