1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-08-21 22:25:40 -04:00

Changed crawler4j URL to GitHub repository

This commit is contained in:
Andreas Kull 2015-04-16 20:23:00 +02:00
parent effdd879c6
commit c59e2bbae4

View file

@ -403,7 +403,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
*Libraries that analyze the content of websites.*
* [Apache Nutch](http://nutch.apache.org/) - Highly extensible, highly scalable Web crawler for production environment.
* [Crawler4j](https://code.google.com/p/crawler4j/) - Simple lightweight alternative.
* [Crawler4j](https://github.com/yasserg/crawler4j) - Simple lightweight alternative.
* [JSoup](http://jsoup.org/) - Scrapes, parses, manipulates and cleans HTML.
## Web Frameworks