simplecrawler
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -192,3 +192,3 @@ // Simplecrawler | ||
} | ||
console.log(newURL); | ||
// simplecrawler uses slightly different terminology to URIjs. Sorry! | ||
@@ -195,0 +195,0 @@ return { |
{ | ||
"name": "simplecrawler", | ||
"description": "Very straigntforward web crawler. Uses EventEmitter. Generates queue statistics and has a basic cache mechanism with extensible backend.", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "http://github.com/cgiffard/node-simplecrawler", | ||
@@ -6,0 +6,0 @@ "author": "Christopher Giffard <christopher.giffard@cgiffard.com>", |
64914
1254