Bases: downloader.structures.requests.Download
Download data from url.
str
URL of the internet resource.
Returns: | DownloadedFile. |
---|---|
Return type: | obj |
Bases: downloader.structures.requests.ProgressDownload
Download data from url and report back the progress.
str
URL of the internet resource.
int
Number of steps used to track progress.
Progress is reported using Progress structure.
Returns: | DownloadedFile. |
---|---|
Return type: | obj |
Bases: downloader.structures.requests.CheckExistence
Send HEAD request to given url and check it’s existence.
str
URL of the internet resource.
Returns: | Exists. |
---|---|
Return type: | obj |