Scrape multiple urls using QWebPage
I’m using Qt’s QWebPage to render a page that uses javascript to update its content dynamically – so a library that just downloads a static version of the page (such as urllib2) won’t work.
I’m using Qt’s QWebPage to render a page that uses javascript to update its content dynamically – so a library that just downloads a static version of the page (such as urllib2) won’t work.