download_url

download_url(url: Any, output_dir: Path | str | None = None) -> Path

Download the content of a URL and save it as an HTML file.

Parameters:
NameDescription
urlType: Any
output_dirType: pathlib.Path | str | None

Default: None