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()
Release files for spider-download 1.0.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| spider_download-1.0.13.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| spider_download-1.0.13-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.5 kB
Release files / spider_download-1.0.13.tar.gz
| Download URL | spider_download-1.0.13.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0b78d5f79cc9cdce3b4ddced6629250cbcbcaa8814328147ff839cb36bc4b6cb
|
|
BLAKE2b-256 checksum How to use checksums |
6af3fe5a9c230c2d4b3359dcd0ac248e0a8bd6af46defe583a8e4a17ee88e3ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.8
|
Release files / spider_download-1.0.13-py3-none-any.whl
| Download URL | spider_download-1.0.13-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7d44a51d840be009167a955934b4642523662a76a6461e5c226ca008e93d4ecb
|
|
BLAKE2b-256 checksum How to use checksums |
a5aed0f2318eeec63e4f5313544f8d69a7164c98549f07dd17b80050395d09bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.8
|