ParfiveDownloader#
- class sunpy.data.data_manager.ParfiveDownloader[source]#
Bases:
DownloaderBaseConcrete implementation of
DownloaderBaseusingparfive.Methods Summary
download(url, path, **kwargs)Downloads a file.
Methods Documentation
- download(url, path, **kwargs)[source]#
Downloads a file.
- Parameters:
url (
str) – URL of the file to be downloaded.path (
pathlib.Pathorstr) – Path where the file should be downloaded to.
- Raises:
DownloaderError – DownloaderError is raised when download errors.