table of contents
PARFIVE(1) | User Commands | PARFIVE(1) |
NAME¶
parfive - Python Asyncio Based Downloader
DESCRIPTION¶
usage: parfive [-h] [--max-conn MAX_CONN] [--overwrite] [--no-file-progress]
- [--directory DIRECTORY] [--print-filenames] URLS [URLS ...]
Parfive, the python asyncio based downloader
positional arguments:¶
- URLS
- URLs of files to be downloaded.
optional arguments:¶
- -h, --help
- show this help message and exit
- --max-conn MAX_CONN
- Number of maximum connections.
- --overwrite
- Overwrite if the file exists.
- --no-file-progress
- Show progress bar for each file.
- --directory DIRECTORY
- Directory to which downloaded files are saved.
- --print-filenames
- Print successfully downloaded files's names to stdout.
October 2020 | parfive 1.2.0 |