For Embedding
- Removed `Zippyshare` class, replaced with `extract_info()` and `download()` functions.
- Added async functions, [read here](https://github.com/mansuf/zippyshare-downloader/blob/main/docs/API.md) for informations
- Added zip/unzip features.
- class `Zippyshare` output is replaced with `logging` module
For Command Line Interface (CLI)
- Added `--zip` command, zip all downloaded files once finished.
- Added `--unzip` command, unzip all downloaded files once finished, one by one.
- Added `--async` command, downloading will be done in another thread.
- Changed `--output-folder` to `--folder`