I'm using node to get content of html page from url. Here is my code:
request({
url : url,
gzip : true,
timeout : 2000
}, function(error, response, html){
console.log(html);
});
But some of url when I run it appear message "Please enable JavaScript to view the page content.". I'm try google a lot of thing but still not yet work. How can I fix it?
ex url: http://www.barnesandnoble.com/blog/this-weeks-biggest-books/