autoreject.utils.
fetch_file
(url, file_name, resume=True, timeout=10.0)[source]¶Load requested file, downloading it if needed or requested.
The url of file to be downloaded.
Name, along with the path, of where downloaded file will be saved.
If true, try to resume partially downloaded files.
The URL open timeout.