Basically, I am trying to download a URL using urllib2 in python.
the code is the following:
import urllib2 req = urllib2.Request(\'www.tattoo-cover.
You can use the urlparse function for that I think :
Python User Documentation