From 5543ab41d02bded1164b089fd72cbe4603292e01 Mon Sep 17 00:00:00 2001 From: Andrea Cisternino Date: Sat, 12 Jul 2014 20:31:54 +0200 Subject: [PATCH] Added jsoup HTML processing library to the Web Crawling section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6afcbe..19e1257 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Apache Nutch](http://nutch.apache.org/) * [Crawler4j](https://code.google.com/p/crawler4j/) +* [jsoup](http://jsoup.org/) - Jsoup is a Java library for working with real-world HTML. ## Web Frameworks