Urllib modify file download from url
22 Feb 2013 urllib2 is a Python module that can be used for fetching URLs. a Request object to set the headers for a URL request, urllib accepts only a URL. urllib Just pass the URL to urlopen() to get a "file-like" handle to the remote data. This small script will download a file from pythonforbeginners.com website