python urllib2 如何优化下载速度?
PHPz
PHPz 2017-04-17 18:00:49
0
3
499

用 urllib2 下载一个网络文件,速度不是很快, 50MB带宽,只能用到800KB左右,如何下载第三方的文件进行一些提速的优化操作呢?

PHPz
PHPz

学习是最好的投资!

reply all(3)
Ty80

$brew update #routine
$brew install aria2 #Install
$aria2c -i urlist.txt (similar to wget)

洪涛

Everyone saidurllib2慢,建议用urllib3,你可以试试看,从文档上也没看出来单文件下载和urllib2what advantages it has.

Or split the file, download multiple segments in parallel, and then merge them again?

巴扎黑

How many files can be downloaded at one time? If there are more, you can use multi-threading or multi-process.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template