pyExtractor
pyExtractor copied to clipboard
A python tool to extract data types such as email, URL, domains and phone numbers.
Extract urls containing keywords inputted as an argume. Exclude keywords from being in the extracted results. exclude/include urls with a specific domain
Traceback (most recent call last): File "extract.py", line 196, in extract(EXTRACT_TYPE.DOMAIN, args.filename) File "extract.py", line 48, in extract extracted_data_list = extract_domains(data) File "extract.py", line 145, in extract_domains hostname = urlparse.urlparse(url).hostname.split(".")