node-scraper
node-scraper copied to clipboard
Easier web scraping using node.js and jQuery
When scraping google.de, I get: Error: Invalid character: Invalid character in tag name: ){ at Object.createElement (/Users/andi/node_modules/scraper/node_modules/jsdom/lib/jsdom/level1/core.js:1190:13) at setChild (/Users/andi/node_modules/scraper/node_modules/jsdom/lib/jsdom/browser/htmltodom.js:128:35) at setChild (/Users/andi/node_modules/scraper/node_modules/jsdom/lib/jsdom/browser/htmltodom.js:171:7) at setChild (/Users/andi/node_modules/scraper/node_modules/jsdom/lib/jsdom/browser/htmltodom.js:171:7) at setChild (/Users/andi/node_modules/scraper/node_modules/jsdom/lib/jsdom/browser/htmltodom.js:171:7) at...
I have two nested scraping calls, and this is thrown on the second one. Unfortunately, this seems to be happening only recently. Would be great if you can find out...