文件名称:filedownloader:文件下载器
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-02 02:28:13
Python
文件下载器 ##下载协议### http开始准备使用python3的concurrent.futures模块,实现多线程下载可以有如下的方式: import concurrent.futures import urllib.request URLS = ['http://www.foxnews.com/', 'http://www.cnn.com/', 'http://europe.wsj.com/', 'http://www.bbc.co.uk/', 'http://some-made-up-domain.com/'] # Retrieve a single page and report the url and contents def load_url(url, timeout): conn = urllib
【文件预览】:
filedownloader-master
----README.md(2KB)
----filedownloader()
--------__init__.py(843B)
--------http_file.py(3KB)
----test()
--------test.py(837B)