Comparing version 0.0.4 to 0.0.5
@@ -198,6 +198,6 @@ var optimist = require('optimist'); | ||
if(res.statusCode == 404) | ||
tcb(null, 'Thread 404\'d, exiting.'); | ||
return cb(null, 'Thread 404\'d, exiting.'); | ||
if(res.statusCode != 200) | ||
cb('Cannot load (status ' + res.statusCode + '): ' + url); | ||
return cb('Cannot load (status ' + res.statusCode + '): ' + url); | ||
@@ -204,0 +204,0 @@ var $ = cheerio.load(body); |
@@ -6,3 +6,3 @@ { | ||
"keywords": [ "4chan", "picture", "downloader", "utility", "command line" ], | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"homepage": "http://github.com/ypocat/4chan", | ||
@@ -9,0 +9,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14442