Is it possible to support urllib.urlretrieve like hooks for, say, printing a
progress bar while the URL is "downloaded"?
I looked at the code, but `response.read()` apparently reads the entire data
into memory .. leaving no flexibility as to reading it in chunks and, thus,
printing a progress bar.
Original issue reported on code.google.com by Sridhar....@gmail.com on 30 Jan 2010 at 1:37
Original issue reported on code.google.com by
Sridhar....@gmail.com
on 30 Jan 2010 at 1:37