pyrit.common.download_file

Contents

pyrit.common.download_file#

async download_file(url: str, token: str, download_dir: Path, num_splits: int) None[source]#

Download a file in multiple segments (splits) using byte-range requests.