https://github.com/voidnerd/downloader
Internet Download Manager (CLI) Written in Go
https://github.com/voidnerd/downloader
Last synced: 11 months ago
JSON representation
Internet Download Manager (CLI) Written in Go
- Host: GitHub
- URL: https://github.com/voidnerd/downloader
- Owner: voidnerd
- License: mit
- Created: 2021-05-10T00:28:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T00:08:42.000Z (over 4 years ago)
- Last Synced: 2025-01-27T10:21:29.935Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Downloader
Internet Download Manager Written in Go
## Usage
- `go get github.com/ndiecodes/downloader`
- `downloader -u "https://example.com/video.mp4"`
### Flags
- `-u` - Url of the file you want to download (required)
- `-n` - Rename downloaded file (optional)
- `-d` - Files are saved to `Downloads`, but you can change to a different public directory with this flag. (Optional)
## Licensing
* Copyright © 2021 [ndiecodes](https://twitter.com/ndiecodes)
* Licensed under MIT