samwize/python-email-crawler

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

Opened this issue · 0 comments

Currently find_links_in_html_with_same_hostname goes to different hostnames as well.