eksisozlukjs
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -25,5 +25,5 @@ var https = require('https'); | ||
res2.on("end", function () { | ||
console.log("res2 end"); | ||
var t = cheerio.load(body2); | ||
var entry = t(".content").first().text(); | ||
entry = entry.replace(/(\r\n\t|\n|\r\t)/gm,""); | ||
callback(entry); | ||
@@ -30,0 +30,0 @@ }) |
{ | ||
"name": "eksisozlukjs", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Eksi Sozluk Scraper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1761