-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Once the URLs have been retrieved from the RegEx they will most likely need to be filtered.
I think seperating out the filters into their own classes would be the best approach here, I can then create objects of them in a collection and loop the URL collection through them all.
I can think of two filters that we need so far :
- Error/Incorrect URLs (Possible it might need to run this one before the incomplete URL building?)
- URLs that link to different domains
- Create filter data structure and interface
- Create media file filter
- Create duplicate address filter
- Create domain URL filter
- Create error URLs filter
- Create 404 filter (Not sure about this one yet)
Reactions are currently unavailable