download_url()¶
- audeer.download_url(url, destination, *, force_download=False, verbose=False)[source]¶
Download URL to destination.
- Parameters
- Return type
- Returns
path of locally stored file
Examples
>>> dst = download_url("https://audeering.github.io/audeer/_static/favicon.png", ".") >>> os.path.basename(dst) 'favicon.png'