python - How to see all url's loaded using urllib -


what trying open url so:

req = urllib2.request('http://www.google.com') response = urllib2.urlopen(req) 

but want able see every background url loaded before getting http://www.google.com (like js files , images). or better if capture ones text in url.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -