Website Downloader

download_website

Download an entire website using wget

Input Schema

NameRequiredDescriptionDefault
depthNoMaximum depth level for recursive downloading (optional, defaults to infinite)
outputPathNoPath where the website should be downloaded (optional, defaults to current directory)
urlYesURL of the website to download

Input Schema (JSON Schema)

{ "properties": { "depth": { "description": "Maximum depth level for recursive downloading (optional, defaults to infinite)", "minimum": 0, "type": "number" }, "outputPath": { "description": "Path where the website should be downloaded (optional, defaults to current directory)", "type": "string" }, "url": { "description": "URL of the website to download", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools