Python (3.5) - urllib.request.urlopen - Progress Bar Available?
问题 I'm trying to search the world wide web for this answer, but I feel there answer may be no. I'm using Python 3.5 and a library called urllib.request with a method called urllib.request.urlopen(url) to open a link and download a file. It would be nice to have some kind of measure of progress for this, as the file(s) are over 200MB. I'm looking at the API here, and don't see any kind of parameter with a hook. Here's my code: downloadURL = results[3] #got this from code earlier up rel_path =