downloader¶
- rjdl.downloader(url, path='', show_download_progress=True)¶
Downloads given direct download link at the given path. (It will use default path if the given path wasn’t accessible)
- Parameters
url (
str) – Valid downloadable url.path (
str) – Download path.show_download_progress (
bool) – Show download progress bar trigger.
- Raises
BrokenPipeError –
ConnectionError –
FileExistsError –