}
public static void main(String[] args) throws InterruptedException,
ExecutionException, IOException {
String seedUrl = "http://news.google.de/";
new MultithreadedCrawler<>(1000, new OutlinkExtractor(),
new SequenceFileResultWriter<>()).process(seedUrl);
}