simplecrawler
Advanced tools
Comparing version 0.3.14 to 0.4.0
@@ -613,2 +613,7 @@ // Simplecrawler | ||
Emits | ||
gziperr | ||
discoverycomplete | ||
Examples | ||
@@ -633,3 +638,3 @@ | ||
if (err) { | ||
return crawler.emit("fetcherror",queueItem); | ||
return crawler.emit("gziperror", queueItem, err, resourceData); | ||
} | ||
@@ -636,0 +641,0 @@ |
{ | ||
"name": "simplecrawler", | ||
"description": "Very straigntforward web crawler. Uses EventEmitter. Generates queue statistics and has a basic cache mechanism with extensible backend.", | ||
"version": "0.3.14", | ||
"version": "0.4.0", | ||
"homepage": "http://github.com/cgiffard/node-simplecrawler", | ||
@@ -6,0 +6,0 @@ "author": "Christopher Giffard <christopher.giffard@cgiffard.com>", |
Sorry, the diff of this file is not supported yet
123235
2696
617