google-search-parser2
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "google-search-parser2", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Parse image and Knowledge Graph data from Google Search results", | ||
@@ -5,0 +5,0 @@ "main": "parser.js", |
@@ -31,3 +31,2 @@ var htmlparser = require("htmlparser2"); | ||
var match = attribs["title"].match(/\((\d+)\)/); | ||
console.log(match); | ||
if (match != null && match.length > 0) { | ||
@@ -34,0 +33,0 @@ results.push({ |
@@ -0,0 +0,0 @@ /*global describe, it, expect, jasmine */ |
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
10633
296