HelloInsomnia
Elite Member
- Mar 1, 2009
- 1,801
- 3,042
Basically I want to take a large list and filter out all the sites that are from certain domains such as:
How do I do this with a list I've already scraped, is there a way to check it against my local blacklist file?
Also, is there a way to filter out domains that are root in my list as well, I only want inner pages..
Code:
http://en.wikipedia.org
http://www.youtube.com
Also, is there a way to filter out domains that are root in my list as well, I only want inner pages..