2

Possible Duplicate:
Throttling with urllib2

How do I download a file and limit the rate?

I'm looking for functionality similar to wget --limit-rate, and currently, I'm using urlretrieve.

import urllib

urllib.urlretrieve("http://example.com/somebigfile.zip", "bigfile.zip") # how to limit-rate?
Community
  • 1
  • 1
Lionel
  • 3,188
  • 5
  • 27
  • 40

0 Answers0