Command line batch file downloader
download is a command line batch file downloader written in Go.
It provides a tiny section of what wget
can do, but why read that huge man page when I can write my own progaram?
Given a list of urls, download will show which files have been found, their download size, and ask for confirmation.
download -y -t pdf www.site.com/page/with/files.html www.anothersite.com/page/with/files.html
-t
string. Specify file extension
default: pdf
-l
bool. List files only. Overrides all bool flags
default: false
-y
bool. Add to automatically download all files, ignoring user confirmation.
default: false