unzip_single: unzip a single file from URL
Description
take a single file from zip located at a given URL, unzip into temporary
directory, and copy to the given save_path
Usage
unzip_single(url, file_name, save_path)
Arguments
file_name
file name of the resource within the zip file
save_path
file path to save the first file from the zip