simplecrawler
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -20,2 +20,5 @@ // Cookie Jar Functionality | ||
}); | ||
// Run the EventEmitter constructor | ||
EventEmitter.call(this); | ||
} | ||
@@ -22,0 +25,0 @@ |
@@ -139,2 +139,5 @@ // Simplecrawler | ||
this.fetchConditions = []; | ||
// Run the EventEmitter constructor | ||
EventEmitter.call(this); | ||
}; | ||
@@ -141,0 +144,0 @@ |
{ | ||
"name": "simplecrawler", | ||
"description": "Very straigntforward web crawler. Uses EventEmitter. Generates queue statistics and has a basic cache mechanism with extensible backend.", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"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
99989
2113
531