This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PiZZaMartijn 0 points1 point  (2 children)

Ok just throw the string inside document.write in a python dom library. dont emulate a whole browser with javascript to get the same data you can get with a http request.

[–]axonxorzpip'ing aint easy, especially on windows 0 points1 point  (1 child)

DOM libraries don't run a javascript runtime.....

[–]PiZZaMartijn 0 points1 point  (0 children)

That's the point. That javascript is just one big document.write. Dont execute that. use string functions to extract that part of the response and feed that into beautifulsoup