download_file#

download_file(url, save_path='.')[source]#

Download a file from the provided URL and save it to the specified save path.

Return type:

None

Parameters:
  • url (str) – URL of the file to download

  • save_path (pathlib.Path, optional) – File path where to save the file to. Defaults to pathlib.Path(“.”).

Returns:

None