Simple MHTML extractor.
This software uses Python's email
library to facilitate message parsing.
Technically, it is possible to unpack any multipart message with it, although
it was tested only with MHTML.
usage: mht_extractor [-h] [-o OUTPUT_DIR] [-v] FILE [FILE ...]
info: https://github.com/aicantar/MhtExtractor
positional arguments:
FILE files to extract
optional arguments:
-h, --help show this help message and exit
-o OUTPUT_DIR output directory
-v enable verbose mode