Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waridrox/downloader
A CLI based Downloader utilising Golang's concurrency feature.
https://github.com/waridrox/downloader
Last synced: 9 days ago
JSON representation
A CLI based Downloader utilising Golang's concurrency feature.
- Host: GitHub
- URL: https://github.com/waridrox/downloader
- Owner: waridrox
- Created: 2021-11-03T12:57:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T21:19:13.000Z (about 3 years ago)
- Last Synced: 2024-06-19T21:57:01.245Z (5 months ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Downloader
CLI based downloader utilising the concurrency feature of Golang.- Takes the download URL of the file from the user.
- Splits the files into sections which then downloads all the chunks asynchronously.
- The temp files are then merged to the filename provided by the user.Demo:
https://user-images.githubusercontent.com/58583793/140624089-01220d26-2b37-4679-b220-13d19914f850.mp4