Skip to content

Commit

Permalink
changed not to add seeds to the spider found list
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Choi <[email protected]>
  • Loading branch information
jeremychoi committed Oct 4, 2023
1 parent 55ddd72 commit 49cba99
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ protected void addSeed(URI uri, String method, String httpVersion) {
// Create and submit the new task
SpiderTask task = new SpiderTask(spider, resourceFound, uri);
spider.submitTask(task);
// Add the uri to the found list
spider.notifyListenersFoundURI(uri.toString(), method, FetchStatus.SEED);
}

/**
Expand Down

0 comments on commit 49cba99

Please sign in to comment.