Skip to content

A simple downloder to download multiple urls concurrently !

License

Notifications You must be signed in to change notification settings

3l-d1abl0/glogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

             alt text

~ A simple multi-link concurrent Downloader Written in Go

🚀Installation

Make Sure you have Go(>=1.19) Installed.

Clone the repo and build binary

$ git clone https://github.com/3l-d1abl0/glogger.git
$ cd glogger/cmd/glogger/
Make binary
$ go build -o glogger
$ ./glogger -h
$ ./glogger -f "/path/to/links-file" -o "/path/to/output/folder/"

Alternative - run main.go
$ go run main.go -h
$ go run main.go -f "/path/to/links-file" -o "/path/to/output/folder/"

About

A simple downloder to download multiple urls concurrently !

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages