Website Downloader
by pskill9
download_website
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 |