download_file_if_not_exists()

Downloads a file from the specified URL if it does not exist.

Usage

Source

download_file_if_not_exists(
    url,
    output,
)

Parameters

url: str

URL.

output: str
Output file path.