download_url

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

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

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

Default: None