download_file_if_not_exists

download_file_if_not_exists(url: str, output: str) None[source]

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

Args:

url: Input URL. output: Output file path.