Download
loaders.download ¶
Utility download function.
download_file ¶
download_file(
url: str,
fname: Union[str, Path],
chunk_size: int = 1024,
force_download: bool = True,
) -> None
Download a file with progress bar.
PARAMETER | DESCRIPTION |
---|---|
url
|
URL to download.
TYPE:
|
fname
|
File name.
TYPE:
|
chunk_size
|
Chunk size.
TYPE:
|
force_download
|
Flag to force download even if file exists.
TYPE:
|
Source: https://gist.github.com/yanqd0/c13ed29e29432e3cf3e7c38467f42f51