I am trying to crawl the archives of a local news paper and am getting the desired result. Is there any way for me to program the crawler such that the static buttons such as the Home, Button and their footers which are the same on every, page not be included in the crawl
This is the code I am using to display the crawled data
System.out.println(Jsoup.parse(html).body().text_mod());