New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

spider-download

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spider-download

多线程下载

pipPyPI
Version
1.0.13
Maintainers
1

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()

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts