Downloads multiple files in parallel from the given URLs. Blocks until all files have downloaded. The result is a list of local file paths corresponding to the given urls.
Parameters: | urls : list of str
cache : bool, optional
show_progress : bool, optional
timeout : float, optional
|
---|---|
Returns: | paths : list of str
|