I am crawling a website
I found out that the source code of the website is different to the content of the website.
obviously the content were generated through some script,
does anyone know how to simulate the action and get the content of it?
For example, there is a post of someone say "Today I go to the beach and blah blah blah..."
but the source code of that web do not contain "Today I go to the beach and blah blah blah..."
and I want to get "Today I go to the beach and blah blah blah..." down to my comp using python.
Does anyone know how to do?
Thanks All!