simplecrawler
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -260,5 +260,6 @@ // Simplecrawler | ||
"protocol": newURL.protocol() || "http", | ||
"host": newURL.hostname(), | ||
"port": newURL.port() || 80, | ||
"path": newURL.resource() | ||
"host": newURL.hostname(), | ||
"port": newURL.port() || 80, | ||
"path": newURL.resource(), | ||
"uriPath": newURL.path() | ||
}; | ||
@@ -265,0 +266,0 @@ }; |
{ | ||
"name": "simplecrawler", | ||
"description": "Very straigntforward web crawler. Uses EventEmitter. Generates queue statistics and has a basic cache mechanism with extensible backend.", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"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
76066
1531
399