sitemap-stream-parser
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -134,2 +134,5 @@ // Generated by CoffeeScript 1.10.0 | ||
} | ||
if (res.statusCode !== 200) { | ||
return cb("statusCode: " + res.statusCode); | ||
} | ||
matches = []; | ||
@@ -136,0 +139,0 @@ body.replace(/^Sitemap:\s?([^\s]+)$/igm, function(m, p1) { |
{ | ||
"name": "sitemap-stream-parser", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Get a list of URLs from one or more sitemaps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
20064
128