- Added proxy support
- Some bug fixes
For embedding
- Added `url` attribute in `File` class, returning origin zippyshare url.
- Added `size_fmt` attribute in `File` class, returning formatted size of zippyshare file.
- Added `date_uploaded_fmt` attribute in `File` class, returning formatted date uploaded of zippyshare file.
For Command Line Interface (CLI)
- Output cli is now changed from json format to pretty print format
- Added `--json` option, the output will be in json format, **NOTE:** all logging from the app will be disabled.
- Now the app will throw error if `-pipe` and `--no-download` are present
- Fix `--silent` option are not working properly