scrape_images
Extract and download all images from a website URL to a local directory using configurable concurrent downloads.
Instructions
从指定URL爬取网站上的所有图片并保存到本地
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 要爬取图片的网站URL | |
| outputDir | No | 图片保存目录(可选,默认为 ./scraped-images) | |
| maxConcurrent | No | 并发下载数量(可选,默认为5) |