It findes images on a web page and saves to local
This folder consists of files for testing main program
This folder consists of:
- SimpleWebCrawler.java -- main class for parsing HTML page and downloading images
- WebCrawlerTest.java -- class for testing SimpleWebCrawler
- WebCrawlerBossTest.java -- class for testing SimpleWebCrawler
- Image.java -- class inclusive info about Image (url, data, pages)
- Page.java -- class inclusive info about Page (url, title, links, backlinks, images)
- Auxiliary files
This zip file consists of pages for testing WebCrawlerTest
This zip file consists of pages for testing WebCrawlerBossTest