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

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -