simplecrawler
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "simplecrawler", | ||
"description": "Very straightforward, event driven web crawler. Features a flexible queue interface and a basic cache mechanism with extensible backend.", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"homepage": "https://github.com/cgiffard/node-simplecrawler", | ||
@@ -6,0 +6,0 @@ "author": "Christopher Giffard <christopher.giffard@cgiffard.com>", |
@@ -298,2 +298,5 @@ # Simple web crawler for node.js | ||
Specify to strip querystring parameters from URL's. | ||
* `crawler.sortQueryParameters=false` - | ||
Specify to sort the querystring parameters before queueing URL's. This is | ||
to canonicalize URLs so that foo?a=1&b=2 is considered same as foo?b=2&a=1. | ||
* `crawler.discoverResources` - | ||
@@ -300,0 +303,0 @@ simplecrawler's default resource discovery function - |
Sorry, the diff of this file is too big to display
156969
2661
944