怎么做?
例如,我想将urllib.request.urlopen下载速度限制为10KB / s或文件上传速度限制为10KB / s。
我已经阅读了有关带宽限制的所有帖子,但还没有答案,所有这些都是关于urllib.request.urlretrieve
。
关于urlopen和urlretrieve:https://docs.python.org/3.4/library/urllib.request.html
回答urllib.request.urlretrieve:Throttling with urllib2 Python URLRetrieve Limit Rate and Resume Partial Download