|
|
|
|
|
by spikels
4748 days ago
|
|
Yes - Unless you are parsing static HTML you will need the rest of the browser's functionality which is implemented as a JavaScript engine. You will also need the original content from the website which will be in JavaScript. In theory you could recreate this in another language such as Python but you would have to both parse the JavaScript from the website and implement a full browser. |
|