package hu.procyon.atomizer;

import java.net.URL;

public interface UrlFilter {
	
	public boolean probeUrl(URL url, WebScraper scraper);
	
}
