simplecrawler
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -35,3 +35,3 @@ // Simplecrawler | ||
// User Agent | ||
this.userAgent = "Node/SimpleCrawler 0.0.7 (http://www.github.com/cgiffard/node-simplecrawler)"; | ||
this.userAgent = "Node/SimpleCrawler 0.0.8 (http://www.github.com/cgiffard/node-simplecrawler)"; | ||
@@ -108,3 +108,3 @@ // Queue for requests - FetchQueue gives us stats and other sugar (but it's basically just an array) | ||
port = URLContext.port; | ||
host = URLContext.domain; | ||
host = URLContext.host; | ||
protocol = URLContext.protocol; | ||
@@ -111,0 +111,0 @@ path = URLContext.path; |
{ | ||
"name": "simplecrawler", | ||
"description": "Very straigntforward web crawler. Uses EventEmitter. Generates queue statistics and has a basic cache mechanism with extensible backend.", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"homepage": "http://github.com/cgiffard/node-simplecrawler", | ||
@@ -6,0 +6,0 @@ "author": "Christopher Giffard <christopher.giffard@cgiffard.com>", |
@@ -45,3 +45,3 @@ // Simplecrawler - queue module | ||
"protocol": protocol, | ||
"domain": domain, | ||
"host": domain, | ||
"port": port, | ||
@@ -48,0 +48,0 @@ "path": path, |
Sorry, the diff of this file is not supported yet
53134