多线程下载
Project description
spider-download
usage
from spider_download import Spider
task_list = []
url = "https://assets.mixkit.co/active_storage/sfx/833/833-preview.mp3"
filename = url.split('/')[-1]
task_list.append((url, filename))
spider = Spider(task_list)
spider.save_path = r'D:\Download'
spider.proxies = {'https': 'http://127.0.0.1:7890'}
spider.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spider_download-1.0.13.tar.gz.
File metadata
- Download URL: spider_download-1.0.13.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b78d5f79cc9cdce3b4ddced6629250cbcbcaa8814328147ff839cb36bc4b6cb
|
|
| MD5 |
9e4e684396dd91c16108652bfc60737b
|
|
| BLAKE2b-256 |
6af3fe5a9c230c2d4b3359dcd0ac248e0a8bd6af46defe583a8e4a17ee88e3ec
|
File details
Details for the file spider_download-1.0.13-py3-none-any.whl.
File metadata
- Download URL: spider_download-1.0.13-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d44a51d840be009167a955934b4642523662a76a6461e5c226ca008e93d4ecb
|
|
| MD5 |
ce4882760403fff3fb023bc6aadeb680
|
|
| BLAKE2b-256 |
a5aed0f2318eeec63e4f5313544f8d69a7164c98549f07dd17b80050395d09bd
|