GitHubFileDownloader.download_single_file¶
- GitHubFileDownloader.download_single_file(file_url, dir_out)[source]¶
Download a single file from the specified
file_url
to thedir_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
Examples for the method
GitHubFileDownloader.download()
.