download_website
Use wget to download an entire website, preserving its structure and converting links for local use. Specify URL, output path (optional), and depth level for recursive downloads.
Instructions
Download an entire website using wget
Input Schema
Name | Required | Description | Default |
---|---|---|---|
depth | No | Maximum depth level for recursive downloading (optional, defaults to infinite) | |
outputPath | No | Path where the website should be downloaded (optional, defaults to current directory) | |
url | Yes | URL of the website to download |