I'm trying to scrap a dynamic page with lot of javascript in it.
Inorder to get all the data from the page i need to access the
javascript. But i've no idea how to do it.
Say I'm scraping some site htttp://www.xyz.com/xyz
request=urllib2.Request("htttp://www.xyz.com/xyz")
response=urllib2.urlopen
I'm trying to scrap a dynamic page with lot of javascript in it. Inorder to
get all the data from the page i need to access the javascript. But i've no
idea how to do it.
Say I'm scraping some site htttp://www.xyz.com/xyz
request=urllib2.Request("htttp://www.xyz.com/xyz")
response=urllib2.urlopen