GitHubFileDownloader.download_single_file

GitHubFileDownloader.download_single_file(file_url, dir_out)[source]

Download a single file.

Parameters:
  • file_url (str) – URL of a single file

  • dir_out (str) – pathname for saving the file

See also