https://github.com/andresusanto/easydl-cli
CLI version of EasyDl (https://github.com/andresusanto/easydl)
https://github.com/andresusanto/easydl-cli
cli download-manager downloader easydl
Last synced: about 1 year ago
JSON representation
CLI version of EasyDl (https://github.com/andresusanto/easydl)
- Host: GitHub
- URL: https://github.com/andresusanto/easydl-cli
- Owner: andresusanto
- Created: 2020-05-25T06:41:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T15:14:02.000Z (about 5 years ago)
- Last Synced: 2025-04-14T08:08:57.314Z (about 1 year ago)
- Topics: cli, download-manager, downloader, easydl
- Language: JavaScript
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyDl-cli

A CLI wrapper for [EasyDl](https://github.com/andresusanto/easydl)
### Features
- Resumable download. Stop the download with `CTRL+C`, and resume it later by running the same `dl` command in the same directory.
- Faster download speed with parallel connections
### Installation
```
npm i -g easydl-cli
```
### Usage
```
_____ ____ _
| ____|__ _ ___ _ _| _ \| |
| _| / _` / __| | | | | | | |
| |__| (_| \__ \ |_| | |_| | |___
|_____\__,_|___/\__, |____/|_____|
|___/
Usage: dl url [destination file/folder] [options]
Easily download files with built-in support for resume and parallel downloads.
Options:
-V, --version output the version number
--chunk-size Chunk size in bytes
-c, --connections Number of parallel connections
-C, --clean [location] Clean the given directory from chunk files. Defaults to active directory
-h, --help display help for command
```