wedl

Command line utility to download from wetransfer
Easily download from wetransfer.com in the command line.
Uses unofficial wetransfer API used when downloading with a browser.
Written in go.
Usage
$ wedl --help
Usage:
wedl [options] <URL>
Options:
-h --help Show this screen.
-v --version Print version and exit.
-o FILE --output=FILE Output file. Use - for stdout.
-p PATH --path=PATH Downloaded files directory.
-s --silent Silent. Do not output anything to stderr.
-f --force Overwrite files if needed.
Instaling
Download binaries from here.
Or compile from source:
$ git clone https://github.com/nojus297/wedl.git
$ cd wedl
$ make
Or just go get:
$ go get github.com/nojus297/wedl