pwsm / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

urlretrieve like hooks for progress bar? #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Yes please! This feature would be very useful.

Original comment by bjou...@gmail.com on 10 Feb 2011 at 7:59

GoogleCodeExporter commented 8 years ago

Original comment by joe.gregorio@gmail.com on 15 Feb 2011 at 4:32