urllib2.Request()//可以定制请求HTTP报头
urllib.urlretrieve()//可以用来下载文件
requests库(第三方库:pip install requests安装即可使用)