GitHubFileDownloader.download_single_file

GitHubFileDownloader.download_single_file(file_url, dir_out)[source]

Download a single file from the specified file_url to the dir_out directory.

Parameters:
  • file_url (str) – URL of the file to be downloaded.

  • dir_out (str) – Directory path where the downloaded file will be saved.

See also