samwize / python-email-crawler

Search on Google, and crawls for emails related to the result
292 stars 127 forks source link

"if link.find(url.netloc)" in email_crawler.py should be "if url.netloc in link" #6

Open Wainberg opened 9 years ago

Wainberg commented 9 years ago

Currently find_links_in_html_with_same_hostname goes to different hostnames as well.