https://github.com/animeshkundu/file-dl
File Download Accelerator
https://github.com/animeshkundu/file-dl
accelerator downloader file-dl file-downloader python
Last synced: 12 months ago
JSON representation
File Download Accelerator
- Host: GitHub
- URL: https://github.com/animeshkundu/file-dl
- Owner: animeshkundu
- Created: 2016-10-08T13:25:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T12:48:21.000Z (over 9 years ago)
- Last Synced: 2025-06-03T21:29:31.842Z (about 1 year ago)
- Topics: accelerator, downloader, file-dl, file-downloader, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
file-dl
=======
File Download Accelerator. Supports both HTTP and FTP downloads.
CLI tool for any *nix* system. Inspired by IDM on Windows.
PyPi package [file-dl](https://pypi.python.org/pypi/file-dl)
Installation
------------
pip install file-dl
Usage
-----
file-dl [-h] [--directory DIRECTORY] [--user USER]
[--password PASSWORD] [--parallelism PARALLELISM]
[--retries RETRIES] [--timeout TIMEOUT]
[--min-chunk-size MIN_CHUNK_SIZE]
url
positional arguments:
url The link to downlaod
optional arguments:
-h, --help show this help message and exit
--directory DIRECTORY, -d DIRECTORY Directory where the file will be downloaded
--user USER Authentication - Username
--password PASSWORD Authentication - Password
--parallelism PARALLELISM, -p PARALLELISM Number of parallel downloads
--retries RETRIES, -r RETRIES Maximum number of retries
--timeout TIMEOUT, -t TIMEOUT Seconds to wait for retrying
--min-chunk-size MIN_CHUNK_SIZE Minimum chunk size to download