Loading README.md +2 −4 Original line number Diff line number Diff line Loading @@ -12,9 +12,7 @@ https://docs.oracle.com/javase/tutorial/networking/urls/index.html ## Usage To run the webcrawler, simply create a ScratchCrawler object and run the .crawl command with the seed URL as the arguement. ` ScratchCrawler crawler = new ScratchCrawler(); // Create a new ScratchCrawler object crawler.crawl("https://archive.org/details/bostonpubliclibrary"); // Start off the crawl with the seed page `ScratchCrawler crawler = new ScratchCrawler(); // Create a new ScratchCrawler object` `crawler.crawl("https://archive.org/details/bostonpubliclibrary"); // Start off the crawl with the seed page` ` Loading
README.md +2 −4 Original line number Diff line number Diff line Loading @@ -12,9 +12,7 @@ https://docs.oracle.com/javase/tutorial/networking/urls/index.html ## Usage To run the webcrawler, simply create a ScratchCrawler object and run the .crawl command with the seed URL as the arguement. ` ScratchCrawler crawler = new ScratchCrawler(); // Create a new ScratchCrawler object crawler.crawl("https://archive.org/details/bostonpubliclibrary"); // Start off the crawl with the seed page `ScratchCrawler crawler = new ScratchCrawler(); // Create a new ScratchCrawler object` `crawler.crawl("https://archive.org/details/bostonpubliclibrary"); // Start off the crawl with the seed page` `