Total Pageviews

Sunday 17 December 2023

Simple Downloader


A simple downloader written in go.

Usage

Download

Use command:

$ go get -u github.com/iochen/GoSimpleProjects/tree/master/SimpleDownloader

Opinions

Usage of simpledownloader:
  -f string
        File(s) that stores the URL.
  -u string
        Url(s) that you want to download.

Examples

$ simpledownloader -f "[filename 1] [filename 2]..." -u "[url 1] [url 2]..."
from https://github.com/rikkix/GoSimpleProjects/tree/master/SimpleDownloader 

No comments:

Post a Comment