Paulo Ramos

Results 2 comments of Paulo Ramos

I forgot to say I already have the full user CN in Joomla User Profile.

Instead of a string for the url: `scraperjs.StaticScraper.create('http://www.somesite.com').scrape(...)` Use an object with the parameters url and encoding, like this: `scraperjs.StaticScraper.create({ url: 'http://www.somesite.com', encoding: "binary" }).scrape(...)`