.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH PARFIVE "1" "April 2024" "parfive 2.1.0" "User Commands" .SH NAME parfive \- Python Asyncio Based Downloader .SH DESCRIPTION usage: parfive [\-h] [\-\-max\-conn MAX_CONN] [\-\-max\-splits MAX_SPLITS] .IP [\-\-directory DIRECTORY] [\-\-overwrite] [\-\-no\-progress] [\-\-no\-file\-progress] [\-\-print\-filenames] [\-\-verbose] [\-\-version] URLS [URLS ...] .PP Parfive: A parallel file downloader written in Python. .SS "positional arguments:" .TP URLS URLs of files to be downloaded. .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-max\-conn\fR MAX_CONN Maximum number of parallel file downloads. .TP \fB\-\-max\-splits\fR MAX_SPLITS Maximum number of parallel connections per file (only used if supported by the server). .TP \fB\-\-directory\fR DIRECTORY Directory to which downloaded files are saved. .TP \fB\-\-overwrite\fR Overwrite if the file exists. .TP \fB\-\-no\-progress\fR Show progress indicators during download. .TP \fB\-\-no\-file\-progress\fR Show progress bar for each file. .TP \fB\-\-print\-filenames\fR Print successfully downloaded files's names to stdout. .TP \fB\-\-verbose\fR Log debugging output while transferring the files. .TP \fB\-\-version\fR show program's version number and exit